]> 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 c7f1faddea32ed8769754273c9314622053af06f..68a5f1c931e5ef6e79c82b10ffb433c8e57350bd 100644 (file)
@@ -1,7 +1,6 @@
 /*
     protocol.h -- header for protocol.c
-    Copyright (C) 1999-2005 Ivo Timmermans,
-                  2000-2013 Guus Sliepen <guus@meshlink.io>
+    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;