Revert mutex with flags and omit include pthread.h
[pazpar2-moved-to-github.git] / 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
 
 /*