X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fzaccess.h;h=fbcb22fb30eeb95ba70397c58f6de208e4508308;hb=455c19ae41f1c4cb3b83ecfb4f18986365d60f05;hp=ae830060dc9ee8c9f8f2fd12fbb8cc7fb9974024;hpb=bbd852f585a2ff46c56b16616724d2fcac0fff64;p=egate.git diff --git a/include/zaccess.h b/include/zaccess.h index ae83006..fbcb22f 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -44,9 +44,9 @@ 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, - char *resname, char **databases, int num_bases); -const struct zass_searchent *zass_present(ZASS a, char *resname, int start, +const struct zass_searchent *zass_search(ZASS a, struct ccl_rpn_node *query, + char *resname, char *databases); +const struct zass_presentent *zass_present(ZASS a, char *resname, int start, int num); #endif