X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=d7b868a58276c30a5c25ab6ce9b4a5cb393acd7e;hb=d93a37928b75b17ac5e1eae5c2d62fd0760a6608;hp=4344f21c65e313afc81fb8a28575ffcfe3850726;hpb=c5325ffdd1c6749beaf842c272eb28ecd5a070b6;p=tinc diff --git a/src/net.h b/src/net.h index 4344f21c..d7b868a5 100644 --- a/src/net.h +++ b/src/net.h @@ -148,6 +148,9 @@ typedef enum proxytype_t { } proxytype_t; extern proxytype_t proxytype; +extern char *scriptinterpreter; +extern char *scriptextension; + /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */ #include "connection.h" #include "node.h" @@ -172,7 +175,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 *);