projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5facb03
)
Fixes.
author
Sebastian Hammer
<quinn@indexdata.com>
Fri, 17 Feb 1995 13:46:15 +0000
(13:46 +0000)
committer
Sebastian Hammer
<quinn@indexdata.com>
Fri, 17 Feb 1995 13:46:15 +0000
(13:46 +0000)
include/zaccess.h
patch
|
blob
|
history
diff --git
a/include/zaccess.h
b/include/zaccess.h
index
4815669
..
14cbb80
100644
(file)
--- 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);