X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=b55012945a53d7302a146e3cce6947adb0ab2b13;hb=ed47c2d4ce54cc225c063f56792ef7bb30705f22;hp=f8d8a55703a1f404717a88b20d7a55078dcffd79;hpb=cafa72a7f26ae7f3e0c0e2f6594302f370166a51;p=pazpar2-moved-to-github.git 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 /*