X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=0b1d413b80f30e68db3a0fea97ad30d5fdcddfc0;hb=942a772d08b2e0eb14ad66549daa08bbb0c1fe94;hp=208687193735d3cce11b4c1e7b28dff79463ce1c;hpb=7e047ebfe0f7f78205a30a4474c1c33594aea1b3;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 2086871..0b1d413 100644 --- a/src/client.h +++ b/src/client.h @@ -52,6 +52,7 @@ void client_show_raw_remove(struct client *cl, void *rr); const char *client_get_state_str(struct client *cl); enum client_state client_get_state(struct client *cl); void client_set_state(struct client *cl, enum client_state st); +void client_set_state_nb(struct client *cl, enum client_state st); struct connection *client_get_connection(struct client *cl); struct session_database *client_get_database(struct client *cl); void client_set_database(struct client *cl, struct session_database *db); @@ -102,8 +103,10 @@ void client_unlock(struct client *c); int client_has_facet(struct client *cl, const char *name); void client_check_preferred_watch(struct client *cl); void client_reingest(struct client *cl); - - +const char *client_get_facet_limit_local(struct client *cl, + struct session_database *sdb, + int *l, + NMEM nmem, int *num, char ***values); #endif /*