summaryrefslogtreecommitdiffstats
path: root/daemon/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/io.h')
-rw-r--r--daemon/io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/io.h b/daemon/io.h
index b03c6aae..268a8c9d 100644
--- a/daemon/io.h
+++ b/daemon/io.h
@@ -17,9 +17,6 @@ struct tls_ctx;
struct tls_client_ctx;
struct io_stream_data;
-/** Initializes the protocol layers managed by io. */
-void io_protolayers_init(void);
-
/** Bind address into a file-descriptor (only, no libuv). type is e.g. SOCK_DGRAM */
int io_bind(const struct sockaddr *addr, int type, const endpoint_flags_t *flags);
/** Initialize a UDP handle and start listening. */