summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_log
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-09 22:41:03 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-12-21 20:54:42 +0100
commit9ce233ad4377b609ecb8d3bb84036bb629f7b291 (patch)
tree9cc3b81dd292c4f9ca99949db2be69e24a5924b1 /include/libnetfilter_log
parent87622285c39c00c78113c1338310c0841d646838 (diff)
src: declare non-modified data as const
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/libnetfilter_log')
-rw-r--r--include/libnetfilter_log/libipulog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnetfilter_log/libipulog.h b/include/libnetfilter_log/libipulog.h
index 0278862..8a4ae2a 100644
--- a/include/libnetfilter_log/libipulog.h
+++ b/include/libnetfilter_log/libipulog.h
@@ -45,7 +45,7 @@ ulog_packet_msg_t *ipulog_get_packet(struct ipulog_handle *h,
const unsigned char *buf,
size_t len);
-char *ipulog_strerror(int errcode);
+const char *ipulog_strerror(int errcode);
void ipulog_perror(const char *s);