X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=bb66d60e7e257a6ee1c6729200d6f7506c8fb02a;hb=0aef52e59b51c698a6025bdd82df77ff4b2e4390;hp=8176db92f1f4ffc5ae7d2bb31b812d84745ca1e6;hpb=2bd14321370e2d042c370d19149d6caec9c01930;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 8176db9..bb66d60 100644 --- a/src/client.h +++ b/src/client.h @@ -63,7 +63,7 @@ const char *client_get_pquery(struct client *cl); void client_init_response(struct client *cl, Z_APDU *a); void client_search_response(struct client *cl); -void client_record_response(struct client *cl); +void client_record_response(struct client *cl, int *got_records); void client_close_response(struct client *cl, Z_APDU *a); int client_is_our_response(struct client *cl);