diff src/gripes.h @ 5602:dfa2da0563e5

[project @ 2006-01-31 03:43:40 by jwe]
author jwe
date Tue, 31 Jan 2006 03:43:41 +0000
parents 4c8a2e4e0717
children faafc2d98b8d
line wrap: on
line diff
--- a/src/gripes.h	Sat Jan 21 20:08:33 2006 +0000
+++ b/src/gripes.h	Tue Jan 31 03:43:41 2006 +0000
@@ -76,6 +76,10 @@
 gripe_data_conversion (const char *from, const char *to);
 
 extern void
+gripe_wrong_type_arg (const char *name, const char *s,
+		      bool is_error = true);
+
+extern void
 gripe_wrong_type_arg (const char *name, const std::string& s,
 		      bool is_error = true);