Implement ICU normalization of facets, bug #3812
[pazpar2-moved-to-github.git] / 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