X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=6092dfa1c046fcde48edfb11ea187d72c663024f;hb=7a8e8e37ed254a29f5085855e6d03fe4ff7573e9;hp=5d8bacee6118f7f75e2573d9aef14e2a0e6ca56d;hpb=1aa3d495d48e9f30c1be3dbca4c790d518438d77;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 5d8bace..6092dfa 100644 --- a/src/client.h +++ b/src/client.h @@ -101,6 +101,7 @@ void client_incref(struct client *c); void client_got_records(struct client *c); void client_lock(struct client *c); void client_unlock(struct client *c); +void client_stop(struct client *c); int client_has_facet(struct client *cl, const char *name); void client_check_preferred_watch(struct client *cl);