add prototype

This commit is contained in:
christos 2015-05-30 21:05:18 +00:00
parent 969a0df12f
commit 3a34db682f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
+static struct blacklist *blstate;
+
+void
+pfilter_init()
+pfilter_init(void)
+{
+ blstate = blacklist_open();
+}