From d7b4cec0286dd26de2aeb4d7c11a56c739aa41fb Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Fri, 17 Feb 1995 13:46:15 +0000 Subject: [PATCH] Fixes. --- include/zaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.10.4