summaryrefslogtreecommitdiff
path: root/accel-pppd/libnetlink/ipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/libnetlink/ipset.h')
-rw-r--r--accel-pppd/libnetlink/ipset.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/accel-pppd/libnetlink/ipset.h b/accel-pppd/libnetlink/ipset.h
new file mode 100644
index 0000000..cd5523d
--- /dev/null
+++ b/accel-pppd/libnetlink/ipset.h
@@ -0,0 +1,9 @@
+#ifndef __IPSET_H
+#define __IPSET_H
+
+int ipset_add(const char *name, in_addr_t addr);
+int ipset_del(const char *name, in_addr_t addr);
+int ipset_flush(const char *name);
+
+#endif
+