X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fgip.h;h=b713a25a0d368b1183e9eef2cb040c677407ea97;hb=930f1b9b6effd9f1944a74487e835c721550be2f;hp=9deb52511f0129ff7298574350345e60df9f8772;hpb=b323894de4da71527492343fd9a313085a16055b;p=egate.git diff --git a/include/gip.h b/include/gip.h index 9deb525..b713a25 100644 --- a/include/gip.h +++ b/include/gip.h @@ -45,6 +45,10 @@ * Europagate, 1995 * * $Log: gip.h,v $ + * 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. * @@ -65,7 +69,7 @@ typedef struct GIP_info { int wfd; char *name; int ret; - int errno; + int errorno; } *GIP; GIP gip_initialize (const char *name);