From 455c19ae41f1c4cb3b83ecfb4f18986365d60f05 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 16 Feb 1995 14:47:48 +0000 Subject: [PATCH] Fixed little errors. --- include/zaccess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zaccess.h b/include/zaccess.h index 57d357d..fbcb22f 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -45,8 +45,8 @@ typedef struct zass_presentent ZASS zass_open(char *host, int port); 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, + char *resname, char *databases); +const struct zass_presentent *zass_present(ZASS a, char *resname, int start, int num); #endif -- 1.7.10.4