From 8e45d7ddbf48487729fa372579ca83449909f899 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 23 Sep 2010 14:55:30 +0200 Subject: [PATCH] Add prototype for client_check_preferred_watch --- src/client.h | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4