diff options
author | xeb <xeb@mail.ru> | 2009-06-17 00:56:34 +0400 |
---|---|---|
committer | xeb <xeb@mail.ru> | 2009-06-17 00:56:34 +0400 |
commit | df2441c834cf341d9b969dacc2dd8dac07cd588e (patch) | |
tree | ca0c7d8bade520ac35f5cd5c34dec54b136bd491 /pptpd-1.3.3/pptpctrl.h | |
download | accel-ppp-df2441c834cf341d9b969dacc2dd8dac07cd588e.tar.gz accel-ppp-df2441c834cf341d9b969dacc2dd8dac07cd588e.zip |
initial import
Diffstat (limited to 'pptpd-1.3.3/pptpctrl.h')
-rw-r--r-- | pptpd-1.3.3/pptpctrl.h | 17 |
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 */ |