projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1b69e
)
Remove unused function declaration.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 30 Sep 2012 21:12:43 +0000
(23:12 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 30 Sep 2012 21:12:43 +0000
(23:12 +0200)
src/net.h
patch
|
blob
|
history
diff --git
a/src/net.h
b/src/net.h
index 4344f21c65e313afc81fb8a28575ffcfe3850726..7bcb85b75a55ea03e3c87b68c4305a3112b0dd71 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 *);