Email gateway obeys 'Reply-To:' in header.
[egate.git] / include / gip.h
index 1a85624..9deb525 100644 (file)
  * 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);