summaryrefslogtreecommitdiffstats
path: root/include/libipq
diff options
context:
space:
mode:
authorjamesm <jamesm>2000-11-18 05:14:39 +0000
committerjamesm <jamesm>2000-11-18 05:14:39 +0000
commit1c033ab9fb3374c33bf09a91b28bb39bf10ecd64 (patch)
tree638e2e6d89ce2157db631bc42c486cfb01e95650 /include/libipq
parent0bd30768b73b119618216ed34ca6e7fda0de5ae2 (diff)
added ipq_errstr() to API
Diffstat (limited to 'include/libipq')
-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 919d215..8d49cee 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 */