From: Dennis Schafroth Date: Thu, 22 Jul 2010 15:19:12 +0000 (+0200) Subject: does client has facet for a given name X-Git-Tag: v1.4.4~44 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=caf297c756572e02832351e97295a4469a0ce0f2;p=pazpar2-moved-to-github.git does client has facet for a given name --- diff --git a/src/client.h b/src/client.h index f8d8a55..b550129 100644 --- a/src/client.h +++ b/src/client.h @@ -94,6 +94,9 @@ void client_incref(struct client *c); void client_got_records(struct client *c); void client_lock(struct client *c); void client_unlock(struct client *c); + +int client_has_facet(struct client *cl, const char *name); + #endif /*