X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.h;h=4a917af828bce167473fe17bd811cbcd0a969bd0;hb=ae89a25695411149a7499189c9771762ad1f1726;hp=920b5a20b21b0ddf1ff191ae384d4cda17330f4a;hpb=a38e0d621397d6d69c939ccc287d5a803b668195;p=tinc diff --git a/src/tincctl.h b/src/tincctl.h index 920b5a20..4a917af8 100644 --- a/src/tincctl.h +++ b/src/tincctl.h @@ -1,6 +1,6 @@ /* tincctl.h -- header for tincctl.c. - Copyright (C) 2011 Guus Sliepen + Copyright (C) 2011-2013 Guus Sliepen 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];