Index: trunk/Ohana/src/opihi/include/dvomath.h
===================================================================
--- trunk/Ohana/src/opihi/include/dvomath.h	(revision 9275)
+++ trunk/Ohana/src/opihi/include/dvomath.h	(revision 11084)
@@ -67,5 +67,6 @@
 char         *get_variable_ptr      PROTO((char *name));
 char         *get_local_variable_ptr PROTO((char *name));
-double        get_double_variable   PROTO((char *name));
+double        get_double_variable   PROTO((char *name, int *found));
+int           get_int_variable      PROTO((char *name, int *found));
 int           DeleteNamedScalar     PROTO((char *name));
 int           IsScalar              PROTO((char *name));
