summaryrefslogtreecommitdiffstats
path: root/ini/ini_configobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_configobj.h')
-rw-r--r--ini/ini_configobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ini/ini_configobj.h b/ini/ini_configobj.h
index 7089b62..4b722a1 100644
--- a/ini/ini_configobj.h
+++ b/ini/ini_configobj.h
@@ -278,6 +278,9 @@ void ini_config_file_close(struct ini_cfgfile *file_ctx);
/* Close file context and destroy the object */
void ini_config_file_destroy(struct ini_cfgfile *file_ctx);
+/* Print the file object contents */
+void ini_config_file_print(struct ini_cfgfile *file_ctx);
+
/* How many errors do we have in the list ? */
unsigned ini_config_error_count(struct ini_cfgfile *file_ctx);