X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=www%2Fwproto.h;h=3c2e46e97a9c8f464a9654aaa26cd2ed8561f850;hb=eabbad76c996dd29295d07df3111f0797624b42e;hp=abe0f059a3c294873ca9cb004c60c88e57ec30bd;hpb=a61ad0378b93e99e362a1d92c33d701dbf103eba;p=egate.git diff --git a/www/wproto.h b/www/wproto.h index abe0f05..3c2e46e 100644 --- a/www/wproto.h +++ b/www/wproto.h @@ -41,7 +41,10 @@ * 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);