From 1a7daab126471374841e41de7f7e590ab22f35c8 Mon Sep 17 00:00:00 2001 From: Pavel TvrdĂ­k Date: Wed, 9 Mar 2016 16:48:28 +0100 Subject: cf_error(char *msg, ...) -> cf_error(const char *msg, ...) --- conf/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/conf.h') 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); -- cgit v1.2.3