From 9c8b4f051ae56fa7ec4b30ed45836e9715fb3cc9 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 Jan 2006 19:22:08 +0000 Subject: Fix compile time warnings. --- common/config-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/config-parser.h') diff --git a/common/config-parser.h b/common/config-parser.h index 94d96c9..174bac2 100644 --- a/common/config-parser.h +++ b/common/config-parser.h @@ -41,7 +41,7 @@ /* Callbacks must be defined by the caller */ extern int cfg_value(const char* filename, const char* header, const char* name, char* value, void* data); -extern int cfg_errcallback(const char* filename, const char* errmsg, void* data); +extern int cfg_error(const char* filename, const char* errmsg, void* data); /* Calling these will call the callbacks above */ int cfg_parse_dir(const char* dirname, void* data); -- cgit v1.2.3