X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fzaccess.h;h=d1073712170a34f0b9d6e55b909d7e079fcdd499;hb=d3b3396613660100d6d830c336fd3df9d01c0a77;hp=4815669951973a8f191f6d2e8d56034e063001ca;hpb=5facb03a150bfa47ef284981c15d4a471cc3f510;p=egate.git diff --git a/include/zaccess.h b/include/zaccess.h index 4815669..d107371 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -1,3 +1,15 @@ +/* + * Europagate, 1995 + * + * $Log: zaccess.h,v $ + * Revision 1.9 1995/02/23 08:32:12 adam + * Changed header. + * + * Revision 1.7 1995/02/17 13:59:06 quinn + * Added header. + * + */ + #ifndef ZACCESS_H #define ZACCESS_H @@ -55,7 +67,7 @@ typedef struct zass_presentent int num; /* # of recs returned */ int nextpos; /* next resultset position. 1==first record */ enum present_status presentstatus; /* status of set */ - struct zass_records *records; + struct zass_record *records; } zass_presentent; ZASS zass_open(char *host, int port);