does client has facet for a given name
authorDennis Schafroth <dennis@indexdata.com>
Thu, 22 Jul 2010 15:19:12 +0000 (17:19 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 22 Jul 2010 15:19:12 +0000 (17:19 +0200)
src/client.h

index f8d8a55..b550129 100644 (file)
@@ -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
 
 /*