diff src/gripes.h @ 628:aecbe369233b

[project @ 1994-08-19 13:27:51 by jwe]
author jwe
date Fri, 19 Aug 1994 13:37:34 +0000
parents 8e4e7e5f307e
children a2f9d3fd720c
line wrap: on
line diff
--- a/src/gripes.h	Fri Aug 19 13:24:32 1994 +0000
+++ b/src/gripes.h	Fri Aug 19 13:37:34 1994 +0000
@@ -34,6 +34,7 @@
 extern void gripe_square_matrix_required (const char *name);
 extern void gripe_user_supplied_eval (const char *name);
 extern void gripe_user_returned_invalid (const char *name);
+extern void gripe_invalid_conversion (const char *from, const char *to);
 
 #endif