/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _DB_QUERY_C_H_RPCGEN #define _DB_QUERY_C_H_RPCGEN #include #pragma ident "%Z%%M% %I% %E% SMI" #ifndef _DB_QUERY_H #define _DB_QUERY_H /* db_query is the structure that contains the components of a query. It contains the values for searching the indices. */ #include "db_item_c.h" #include "db_entry_c.h" #include "db_scheme_c.h" /* A component of a query */ struct db_qcomp { int which_index; item *index_value; }; typedef struct db_qcomp db_qcomp; struct db_query { struct { u_int components_len; db_qcomp *components_val; } components; }; typedef struct db_query db_query; #endif /* _DB_QUERY_H */ /* the xdr functions */ extern bool_t xdr_db_qcomp(); extern bool_t xdr_db_query(); #endif /* !_DB_QUERY_C_H_RPCGEN */