Index: trunk/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- trunk/Ohana/src/opihi/include/pcontrol.h	(revision 3203)
+++ trunk/Ohana/src/opihi/include/pcontrol.h	(revision 3212)
@@ -110,4 +110,5 @@
 static char *CONNECT;  /* connection method (ssh, rsh, etc) */
 static char *PCLIENT;  /* shell on remote host (eg, pclient) */
+# define PCLIENT_PROMPT "pclient:"
 
 # define FREE(X) if (X != NULL) { free (X); }
@@ -130,4 +131,5 @@
 void AddHost (char *hostname);
 void DownHost (Host *host);
+void OffHost (Host *host);
 void DelHost (Host *host);
 int CheckSystem ();
@@ -149,5 +151,5 @@
 int GetJobOutput (Job *job, char *channel);
 int ResetJob (Job *job);
-int PclientCommand (Host *host, char *command, IOBuffer *buffer);
+int PclientCommand (Host *host, char *command, char *response, IOBuffer *buffer);
 int rconnect (char *command, char *hostname, char *shell, int *stdio);
 int CheckHost (Host *host);
