pptpctrl.h 282 B

123456789101112131415161718
  1. /*
  2. * pptpctrl.h
  3. *
  4. * PPTP control function prototypes.
  5. */
  6. #ifndef _PPTPD_PPTPCTRL_H
  7. #define _PPTPD_PPTPCTRL_H
  8. extern int pptpctrl_debug;
  9. #ifdef VRF
  10. extern char *vrf;
  11. #else
  12. #define vrf_socket(vrf, dom, typ, prot) socket(dom, typ, prot)
  13. #endif
  14. #endif /* !_PPTPD_PPTPCTRL_H */