summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/config_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/config_msg.h')
-rw-r--r--addon/doxywizard/config_msg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/addon/doxywizard/config_msg.h b/addon/doxywizard/config_msg.h
new file mode 100644
index 0000000..c8f1070
--- /dev/null
+++ b/addon/doxywizard/config_msg.h
@@ -0,0 +1,10 @@
+#ifndef DOXYW_MSG_H
+#define DOXYW_MSG_H
+
+void config_err(const char *fmt, ...);
+void config_term(const char *fmt, ...);
+void config_warn(const char *fmt, ...);
+void config_open();
+void config_finish();
+
+#endif