summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 0db351754..50f7fd6ab 100644
--- a/src/common.h
+++ b/src/common.h
@@ -28,7 +28,7 @@
#include <sys/types.h>
#include <unistd.h>
-extern void fatal(const char*, int, const char*, ...);
+extern void fatal(const char*, int, char*, ...);
extern void check_caller(const char*, gid_t);
extern int run_script(const char*, int, char**, char**);