From caf297c756572e02832351e97295a4469a0ce0f2 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 22 Jul 2010 17:19:12 +0200 Subject: [PATCH] does client has facet for a given name --- src/client.h | 3 +++ 1 file changed, 3 insertions(+) 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 /* -- 1.7.10.4