From: Sebastian Hammer Date: Fri, 17 Feb 1995 13:46:15 +0000 (+0000) Subject: Fixes. X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=d7b4cec0286dd26de2aeb4d7c11a56c739aa41fb;p=egate.git Fixes. --- diff --git a/include/zaccess.h b/include/zaccess.h index 4815669..14cbb80 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -55,7 +55,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);