// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.49.2.13 2005/05/23 13:48:29 bodea Exp $
+// $Id: l2tpns.h,v 1.49.2.16 2005/07/03 02:40:22 bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#include <sys/types.h>
#include <libcli.h>
-#define VERSION "2.0.21"
+#define VERSION "2.0.23"
// Limits
#define MAXTUNNEL 500 // could be up to 65535
extern configt *config;
extern time_t basetime; // Time when this process started.
extern time_t time_now; // Seconds since EPOCH.
+extern char main_quit;
extern uint32_t last_id;
extern struct Tstats *_statistics;
extern in_addr_t my_address;