Index: trunk/Ohana/src/opihi/include/shell.h
===================================================================
--- trunk/Ohana/src/opihi/include/shell.h	(revision 10647)
+++ trunk/Ohana/src/opihi/include/shell.h	(revision 10846)
@@ -53,6 +53,7 @@
 int 	     interrupt;			/* true if C-C has been pressed */
 int 	     auto_break;		/* if true, zero exit status forces macros to escape */
+int 	     loop_next; 		/* set to true when next (or continue) is called */
+int 	     loop_last; 		/* set to true when last (or return) is called */
 int 	     loop_break;		/* set to true when break is called */
-int 	     loop_continue;		/* set to true when continue is called */
 int          is_script;                 /* being run within a shell script */
 
@@ -150,4 +151,5 @@
 void          gprintSetFile   		PROTO((gpDest dest, char *filename));
 FILE         *gprintGetFile   		PROTO((gpDest dest));
+char         *gprintGetName   		PROTO((gpDest dest));
 int           gprint          		PROTO((gpDest dest, char *format, ...));
 int           gwrite          		PROTO((char *buffer, int size, int N, gpDest dest));
