Add prototype for client_check_preferred_watch
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Sep 2010 12:55:30 +0000 (14:55 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Sep 2010 12:55:30 +0000 (14:55 +0200)
src/client.h

index 70ba6d1..88d46c1 100644 (file)
@@ -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