Added function prototypes.
[egate.git] / include / zaccess.h
index 128afbd..ae83006 100644 (file)
@@ -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_query *query,
+    char *resname, char **databases, int num_bases);
+const struct zass_searchent *zass_present(ZASS a, char *resname, int start,
+    int num);
+
 #endif