* 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.
*
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);