Remove unused function declaration.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 30 Sep 2012 21:12:43 +0000 (23:12 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 30 Sep 2012 21:12:43 +0000 (23:12 +0200)
src/net.h

index 4344f21..7bcb85b 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -172,7 +172,6 @@ extern void try_outgoing_connections(void);
 extern void close_network_connections(void);
 extern int main_loop(void);
 extern void terminate_connection(struct connection_t *, bool);
-extern void flush_queue(struct node_t *);
 extern bool node_read_ecdsa_public_key(struct node_t *);
 extern bool read_ecdsa_public_key(struct connection_t *);
 extern bool read_rsa_public_key(struct connection_t *);