diff src/error.h @ 4732:b484cdca27be

[project @ 2004-02-04 04:32:48 by jwe]
author jwe
date Wed, 04 Feb 2004 04:32:48 +0000
parents 5e2c68946f30
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/error.h	Mon Feb 02 20:27:15 2004 +0000
+++ b/src/error.h	Wed Feb 04 04:32:48 2004 +0000
@@ -38,6 +38,9 @@
 extern void parse_error (const char *fmt, ...);
 extern void panic (const char *fmt, ...) GCC_ATTR_NORETURN;
 
+// Helper function for print_usage defined in defun.cc.
+extern void defun_usage_message (const std::string& msg);
+
 // Current error state.
 extern int error_state;