diff src/gripes.h @ 7352:fab9bc33b949

[project @ 2008-01-07 18:54:45 by jwe]
author jwe
date Mon, 07 Jan 2008 18:54:45 +0000
parents a1dbe9d80eee
children 2b8952e133c9
line wrap: on
line diff
--- a/src/gripes.h
+++ b/src/gripes.h
@@ -91,6 +91,10 @@
 		      bool is_error = true);
 
 extern OCTINTERP_API void
+gripe_wrong_type_arg (const std::string& name, const octave_value& tc,
+		      bool is_error = true);
+
+extern OCTINTERP_API void
 gripe_wrong_type_arg_for_unary_op (const octave_value& op);
 
 extern OCTINTERP_API void