From bbd852f585a2ff46c56b16616724d2fcac0fff64 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 16 Feb 1995 13:21:58 +0000 Subject: [PATCH] Added function prototypes. --- include/zaccess.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/zaccess.h b/include/zaccess.h index 128afbd..ae83006 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_query *query, + char *resname, char **databases, int num_bases); +const struct zass_searchent *zass_present(ZASS a, char *resname, int start, + int num); + #endif -- 1.7.10.4