From: Adam Dickmeiss Date: Thu, 23 Sep 2010 12:55:30 +0000 (+0200) Subject: Add prototype for client_check_preferred_watch X-Git-Tag: v1.5.0~2 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=8e45d7ddbf48487729fa372579ca83449909f899;p=pazpar2-moved-to-github.git Add prototype for client_check_preferred_watch --- diff --git a/src/client.h b/src/client.h index 70ba6d1..88d46c1 100644 --- a/src/client.h +++ b/src/client.h @@ -97,6 +97,7 @@ void client_lock(struct client *c); void client_unlock(struct client *c); int client_has_facet(struct client *cl, const char *name); +void client_check_preferred_watch(struct client *cl); #endif