New function egw_prog that returns name of shell.
[egate.git] / www / wproto.h
index abe0f05..3c2e46e 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wproto.h,v $
- * Revision 1.8  1996/02/12 10:09:25  adam
+ * Revision 1.9  1996/03/14 11:48:39  adam
+ * New function egw_prog that returns name of shell.
+ *
+ * Revision 1.8  1996/02/12  10:09:25  adam
  * New parameter to wproto_init: directory root for the FIFOs (instead
  * of using preprocessor defines FIFODIR/FIFOROOT).
  *
@@ -108,6 +111,7 @@ struct w_select_handle {
 typedef struct wclient_data
 {
     int id;
+    char *prog;
     wform_data wf_data[100];
     char wf_parms[512];
     char wf_serverp[512];
@@ -131,7 +135,7 @@ typedef struct wclient_data
 
 char *wgetval (WCLIENT wc, char *name);
 int wproto_process (WCLIENT wc, int timeout);
-WCLIENT wproto_init (const char *fifoDir);
+WCLIENT wproto_init (const char *fifoDir, const char *prog);
 void wo_printf (WCLIENT wc, const char *fmt, ...);
 void wo_clear (WCLIENT wc, const char *type);
 int wo_finish (WCLIENT wc);