summaryrefslogtreecommitdiff
path: root/include/cfgfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cfgfile.h')
-rw-r--r--include/cfgfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cfgfile.h b/include/cfgfile.h
index 1eae1bc94..3e26f9c4c 100644
--- a/include/cfgfile.h
+++ b/include/cfgfile.h
@@ -2,7 +2,10 @@
#define __CFGFILE_H__
#include <stdio.h>
+
+__BEGIN_DECLS
char ** cfgread(FILE *fp);
char ** cfgfind(FILE *fp, char *var);
+__END_DECLS
#endif /* __CFGFILE_H__ */