Metadata 'skiparticle works for ICU normalization
[pazpar2-moved-to-github.git] / src / client.c
index 22d1073..e70a08e 100644 (file)
@@ -795,6 +795,11 @@ int client_get_num_records(struct client *cl)
     return cl->record_offset;
 }
 
+void client_set_diagnostic(struct client *cl, int diagnostic)
+{
+    cl->diagnostic = diagnostic;
+}
+
 int client_get_diagnostic(struct client *cl)
 {
     return cl->diagnostic;