Changed name of member errno to errorno since some systems
[egate.git] / include / gip.h
index 1a85624..b713a25 100644 (file)
  * 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);