]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Remove everything GPL that is not copyright Guus Sliepen, update copyright statements.
[meshlink] / src / protocol.h
index 663d5788832cafe6cd80e75ee9e9258bc3bbfff7..68a5f1c931e5ef6e79c82b10ffb433c8e57350bd 100644 (file)
@@ -1,7 +1,6 @@
 /*
     protocol.h -- header for protocol.c
-    Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -57,7 +56,6 @@ typedef struct past_request_t {
        time_t firstseen;
 } past_request_t;
 
-extern bool tunnelserver;
 extern bool experimental;
 
 extern ecdsa_t *invitation_key;
@@ -123,6 +121,5 @@ extern bool key_changed_h(struct connection_t *, const char *);
 extern bool req_key_h(struct connection_t *, const char *);
 extern bool ans_key_h(struct connection_t *, const char *);
 extern bool tcppacket_h(struct connection_t *, const char *);
-extern bool control_h(struct connection_t *, const char *);
 
 #endif /* __TINC_PROTOCOL_H__ */