X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fgip.h;h=b713a25a0d368b1183e9eef2cb040c677407ea97;hb=930f1b9b6effd9f1944a74487e835c721550be2f;hp=1a85624f7523e3b3b20e0c5cacc8beca3cb8ac6a;hpb=e1ec9d39463f431383547891f38e30f2ff17842c;p=egate.git diff --git a/include/gip.h b/include/gip.h index 1a85624..b713a25 100644 --- a/include/gip.h +++ b/include/gip.h @@ -45,7 +45,14 @@ * Europagate, 1995 * * $Log: gip.h,v $ - * Revision 1.3 1995/05/16 09:39:39 adam + * Revision 1.5 1997/12/15 15:04:18 adam + * Changed name of member errno to errorno since some systems + * defines error as a preprocessor variable. + * + * Revision 1.4 1995/05/22 09:03:38 adam + * New argument, block, to cs_open. + * + * Revision 1.3 1995/05/16 09:39:39 adam * LICENSE. * * Revision 1.2 1995/05/01 16:26:43 adam @@ -62,7 +69,7 @@ typedef struct GIP_info { int wfd; char *name; int ret; - int errno; + int errorno; } *GIP; GIP gip_initialize (const char *name); @@ -81,6 +88,6 @@ int gipc_close (GIP gip); GIP gips_initialize (const char *name); int gips_destroy (GIP gip); -int gips_open (GIP gip, const char *client); +int gips_open (GIP gip, const char *client, int block); int gips_close (GIP gip);