projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd852f
)
Fixed type name.
author
Sebastian Hammer
<quinn@indexdata.com>
Thu, 16 Feb 1995 13:27:25 +0000
(13:27 +0000)
committer
Sebastian Hammer
<quinn@indexdata.com>
Thu, 16 Feb 1995 13:27:25 +0000
(13:27 +0000)
include/zaccess.h
patch
|
blob
|
history
diff --git
a/include/zaccess.h
b/include/zaccess.h
index
ae83006
..
57d357d
100644
(file)
--- a/
include/zaccess.h
+++ b/
include/zaccess.h
@@
-44,7
+44,7
@@
typedef struct zass_presentent
} zass_presentent;
ZASS zass_open(char *host, int port);
-const struct zass_searchent *zass_search(ZASS a, struct ccl_rpn_query *query,
+const struct zass_searchent *zass_search(ZASS a, struct ccl_rpn_node *query,
char *resname, char **databases, int num_bases);
const struct zass_searchent *zass_present(ZASS a, char *resname, int start,
int num);