summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2000-11-18 05:14:39 +0000
committerJames Morris <jmorris@namei.org>2000-11-18 05:14:39 +0000
commitb1e0b99aff57351419c24c618ccb00ae0fb142f9 (patch)
tree638e2e6d89ce2157db631bc42c486cfb01e95650 /include
parent7559e07f9256c204c932aeb4036f471b037a01b6 (diff)
added ipq_errstr() to API
Diffstat (limited to 'include')
-rw-r--r--include/libipq/libipq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libipq/libipq.h b/include/libipq/libipq.h
index 919d2153..8d49cee4 100644
--- a/include/libipq/libipq.h
+++ b/include/libipq/libipq.h
@@ -77,6 +77,7 @@ int ipq_set_verdict(const struct ipq_handle *h,
int ipq_ctl(const struct ipq_handle *h, int request, ...);
+char *ipq_errstr(void);
void ipq_perror(const char *s);
#endif /* _LIBIPQ_H */