X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fzaccess.h;h=fbcb22fb30eeb95ba70397c58f6de208e4508308;hb=455c19ae41f1c4cb3b83ecfb4f18986365d60f05;hp=128afbd533583bf0ad7c50f6536ebf85b266a308;hpb=fed910d8353748e97f8417132a3243a291ef3d92;p=egate.git diff --git a/include/zaccess.h b/include/zaccess.h index 128afbd..fbcb22f 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -43,4 +43,10 @@ typedef struct zass_presentent zass_records *records; } 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); +const struct zass_presentent *zass_present(ZASS a, char *resname, int start, + int num); + #endif