diff options
Diffstat (limited to 'accel-pptpd/iprange.h')
-rw-r--r-- | accel-pptpd/iprange.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/accel-pptpd/iprange.h b/accel-pptpd/iprange.h deleted file mode 100644 index 88a2486a..00000000 --- a/accel-pptpd/iprange.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __IPRANGE_H -#define __IPRANGE_H - -#include <netinet/in.h> - -int iprange_client_check(in_addr_t ipaddr); -int iprange_tunnel_check(in_addr_t ipaddr); - -#endif - |