Writed the filter record count as well into bytarget response
[pazpar2-moved-to-github.git] / src / client.h
index 16f9b78..75bb560 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2011 Index Data
+   Copyright (C) 2006-2012 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
@@ -89,6 +89,7 @@ int client_parse_query(struct client *cl, const char *query,
                        const char *maxrecs);
 Odr_int client_get_hits(struct client *cl);
 int client_get_num_records(struct client *cl);
+int client_get_num_records_filtered(struct client *cl);
 int client_get_diagnostic(struct client *cl, const char **addinfo);
 void client_set_diagnostic(struct client *cl, int diagnostic,
                            const char *addinfo);