Fixes.
[egate.git] / include / zaccess.h
index 4815669..14cbb80 100644 (file)
@@ -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);