X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=bb66d60e7e257a6ee1c6729200d6f7506c8fb02a;hb=0aef52e59b51c698a6025bdd82df77ff4b2e4390;hp=422a3806046fd984750b7c7566b49e0bb73a3b9f;hpb=0aa1114a00aa7d78e6e9dd8099f4c9b3d93f5f94;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 422a380..bb66d60 100644 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2012 Index Data + Copyright (C) 2006-2013 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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);