]> git.draconx.ca Git - cdecl99.git/blobdiff - src/cdecl99.h
Improve cdecl99 error output.
[cdecl99.git] / src / cdecl99.h
index e1030d44994df369cab205ca93b8271703f464d5..254b29fd4e41c8c21428d0a5876c9fc6e3a11791 100644 (file)
@@ -28,6 +28,8 @@ int run_command_simplify(const char *arg);
 int run_command_explain(const char *arg);
 int run_command_declare(const char *cmdarg);
 
+void print_error(const char *fmt, ...);
+
 #if HAVE_RL_ADD_HISTORY && HAVE_READLINE_HISTORY_H
 #  include <readline/history.h>
 #else