X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fcontrol.h;h=ce8145a3510b80ca8ba04e37ad2daaa493c5ea7b;hp=e2020a858b5333b0d01493052d507bd64ea98948;hb=706d855e507980de3845556989d7de7a3b9c76e8;hpb=7ea85043ac1fb2096baea44f6b0af27ac0d0b2cf diff --git a/src/control.h b/src/control.h index e2020a85..ce8145a3 100644 --- a/src/control.h +++ b/src/control.h @@ -12,11 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __TINC_CONTROL_H__ @@ -24,5 +22,6 @@ extern bool init_control(); extern void exit_control(); +extern char controlcookie[]; #endif