Don't assume sa.sa_family is a short int.
[tinc] / src / tincctl.h
index 920b5a2..4a917af 100644 (file)
@@ -1,6 +1,6 @@
 /*
     tincctl.h -- header for tincctl.c.
-    Copyright (C) 2011 Guus Sliepen <guus@tinc-vpn.org>
+    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
 
     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
@@ -21,6 +21,7 @@
 #define __TINC_TINCCTL_H__
 
 extern bool tty;
+extern bool force;
 extern char line[4096];
 extern int fd;
 extern char buffer[4096];