X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fgip.h;h=9deb52511f0129ff7298574350345e60df9f8772;hb=25db261b6bbbfcc7bc26f679f195b51d31b9d7d7;hp=1a85624f7523e3b3b20e0c5cacc8beca3cb8ac6a;hpb=e1ec9d39463f431383547891f38e30f2ff17842c;p=egate.git diff --git a/include/gip.h b/include/gip.h index 1a85624..9deb525 100644 --- a/include/gip.h +++ b/include/gip.h @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: gip.h,v $ - * Revision 1.3 1995/05/16 09:39:39 adam + * 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 @@ -81,6 +84,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);