summaryrefslogtreecommitdiff
path: root/accel-pptpd/ipdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/ipdb.h')
-rw-r--r--accel-pptpd/ipdb.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/accel-pptpd/ipdb.h b/accel-pptpd/ipdb.h
new file mode 100644
index 0000000..ed7df6b
--- /dev/null
+++ b/accel-pptpd/ipdb.h
@@ -0,0 +1,9 @@
+#ifndef IPDB_H
+#define IPDB_H
+
+#include <netinet/in.h>
+
+int ipdb_get(in_addr_t *addr, in_addr_t *peer_addr);
+
+#endif
+