From 92b7a2aead234f089d78c54d03abaf3052a63fc0 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 16 Feb 1995 13:27:25 +0000 Subject: [PATCH] Fixed type name. --- include/zaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zaccess.h b/include/zaccess.h index ae83006..57d357d 100644 --- 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); -- 1.7.10.4