X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=bb66d60e7e257a6ee1c6729200d6f7506c8fb02a;hb=f4ebbe4de40e8177ca55a36e9dd77152808a9447;hp=8176db92f1f4ffc5ae7d2bb31b812d84745ca1e6;hpb=00c8ef21997734073c329c6f4bd9ee293c01d61b;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);