summaryrefslogtreecommitdiff
path: root/conf/conf.h
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2016-04-07 09:58:31 +0200
committerJan Moskyto Matejka <mq@ucw.cz>2016-04-07 09:58:31 +0200
commit0c8c8151fc1fb0dbfcd682153f50192ea1369884 (patch)
tree90527df8068d1bbc71c29ed87a1cc8e1dce9f8c0 /conf/conf.h
parenta815d62d5902fb84c28c77726dbe94fc7528bf36 (diff)
parent1a7daab126471374841e41de7f7e590ab22f35c8 (diff)
Merge branch 'int-new-channels' of gitlab.labs.nic.cz:labs/bird into int-new-channels
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 1c4f7fce..8e490c7b 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -68,7 +68,7 @@ int config_commit(struct config *, int type, int timeout);
int config_confirm(void);
int config_undo(void);
void config_init(void);
-void cf_error(char *msg, ...) NORET;
+void cf_error(const char *msg, ...) NORET;
void config_add_obstacle(struct config *);
void config_del_obstacle(struct config *);
void order_shutdown(void);