Index: trunk/Ohana/src/opihi/include/shell.h
===================================================================
--- trunk/Ohana/src/opihi/include/shell.h	(revision 7917)
+++ trunk/Ohana/src/opihi/include/shell.h	(revision 7929)
@@ -49,4 +49,5 @@
 int           multicommand          	PROTO((char *line));
 int           command               	PROTO((char *, char **));
+int           multicommand_client      	PROTO((char *line, int));
 int           command_client           	PROTO((char *, char **));
 char         *expand_vars           	PROTO((char *line));
@@ -146,4 +147,5 @@
 FILE *gprintGetFile (gpDest dest);
 int gprint (gpDest dest, char *format, ...);
+int gwrite (char *buffer, int size, int N, gpDest dest);
 
 # endif
