summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/ulogd/conffile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ulogd/conffile.h b/include/ulogd/conffile.h
index d16aed8..826d9d5 100644
--- a/include/ulogd/conffile.h
+++ b/include/ulogd/conffile.h
@@ -49,7 +49,7 @@ struct config_entry {
union {
char string[CONFIG_VAL_STRING_LEN];
int value;
- int (*parser)(char *argstr);
+ int (*parser)(const char *argstr);
} u;
};