Fixes.
authorSebastian Hammer <quinn@indexdata.com>
Fri, 17 Feb 1995 13:46:15 +0000 (13:46 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Fri, 17 Feb 1995 13:46:15 +0000 (13:46 +0000)
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);