summaryrefslogtreecommitdiff
path: root/pptpd-1.3.3/pptpctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pptpd-1.3.3/pptpctrl.h')
-rw-r--r--pptpd-1.3.3/pptpctrl.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/pptpd-1.3.3/pptpctrl.h b/pptpd-1.3.3/pptpctrl.h
new file mode 100644
index 00000000..92c53a7d
--- /dev/null
+++ b/pptpd-1.3.3/pptpctrl.h
@@ -0,0 +1,17 @@
+/*
+ * pptpctrl.h
+ *
+ * PPTP control function prototypes.
+ *
+ * $Id: pptpctrl.h,v 1.1.1.1 2002/06/21 08:52:01 fenix_nl Exp $
+ */
+
+#ifndef _PPTPD_PPTPCTRL_H
+#define _PPTPD_PPTPCTRL_H
+
+extern int pptpctrl_debug;
+extern int window;
+extern struct in_addr inetaddrs[2];
+extern int pptp_sock;
+
+#endif /* !_PPTPD_PPTPCTRL_H */