diff --git a/include/spdk/net.h b/include/spdk/net.h index 026584f84..02ccc97c2 100644 --- a/include/spdk/net.h +++ b/include/spdk/net.h @@ -68,9 +68,7 @@ static void __attribute__((constructor)) net_framework_register_##name(void) \ int spdk_interface_init(void); void spdk_interface_destroy(void); -const char *spdk_net_framework_get_name(void); int spdk_net_framework_start(void); -void spdk_net_framework_clear_socket_association(struct spdk_sock *sock); void spdk_net_framework_fini(void); #define SPDK_IFNAMSIZE 32