X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fcontrol.h;h=ce8145a3510b80ca8ba04e37ad2daaa493c5ea7b;hp=94b82aa1d4fd7dc76ad57be368f985ce1ef2f6b5;hb=6d0452896673c36226c24144d4bde824a49c3950;hpb=01f47c46af514a9d7f39c143e4558a8426a0d3eb diff --git a/src/control.h b/src/control.h index 94b82aa1..ce8145a3 100644 --- a/src/control.h +++ b/src/control.h @@ -12,17 +12,16 @@ 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__ #define __TINC_CONTROL_H__ -extern void init_control(); +extern bool init_control(); extern void exit_control(); +extern char controlcookie[]; #endif