From: Adam Dickmeiss Date: Mon, 1 May 1995 16:26:43 +0000 (+0000) Subject: New function gip_outfileno. X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=21ebb9a31b51a04bee8328f4fa9124dcdb242d0f;p=egate.git New function gip_outfileno. --- diff --git a/include/gip.h b/include/gip.h index 45b4003..9e289d5 100644 --- a/include/gip.h +++ b/include/gip.h @@ -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);