summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/error.h b/error.h
index e79ba3e..d5ec12f 100644
--- a/error.h
+++ b/error.h
@@ -47,6 +47,9 @@ extern void sys_error __P((const char *, ...)) __attribute__((__format__ (print
/* Report an internal error. */
extern void internal_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
+/* Report an invalid command. */
+extern void invalid_cmd __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
+
/* Report an internal warning. */
extern void internal_warning __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));