New function gip_outfileno.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 May 1995 16:26:43 +0000 (16:26 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 May 1995 16:26:43 +0000 (16:26 +0000)
include/gip.h

index 45b4003..9e289d5 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: gip.h,v $
- * Revision 1.1  1995/03/27 08:23:17  adam
+ * Revision 1.2  1995/05/01 16:26:43  adam
+ * New function gip_outfileno.
+ *
+ * Revision 1.1  1995/03/27  08:23:17  adam
  * First version of gip interface (gateway IPc).
  * First version of gw-db: gateway hash db.
  *
@@ -19,6 +22,7 @@ typedef struct GIP_info {
 GIP gip_initialize (const char *name);
 int gip_destroy (GIP gip);
 int gip_infileno (GIP gip);
+int gip_outfileno (GIP gip);
 int gip_errno (GIP gip);
 int gip_read (GIP gip, char *buf, size_t count);
 int gip_write (GIP gip, const char *buf, size_t count);