Remove unused function declaration.

This commit is contained in:
Guus Sliepen 2012-09-30 23:12:43 +02:00
parent dd1b69e31f
commit b381acd60d

View file

@ -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 *);