diff options
Diffstat (limited to 'include/libipq')
-rw-r--r-- | include/libipq/libipq.h | 1 |
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 */ |