From 76615aa33fb294f2fdfdee3e4687de94bb5efce9 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 23 Aug 2010 13:36:50 +0400 Subject: implemented base IPCP module implemented IP-Address configuration option --- accel-pptpd/ipdb.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 accel-pptpd/ipdb.h (limited to 'accel-pptpd/ipdb.h') diff --git a/accel-pptpd/ipdb.h b/accel-pptpd/ipdb.h new file mode 100644 index 00000000..ed7df6b3 --- /dev/null +++ b/accel-pptpd/ipdb.h @@ -0,0 +1,9 @@ +#ifndef IPDB_H +#define IPDB_H + +#include + +int ipdb_get(in_addr_t *addr, in_addr_t *peer_addr); + +#endif + -- cgit v1.2.3