projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a541e54
)
Method to detect if re-search is required due to sort order: 1 on yes. 0 on no
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 3 Oct 2012 14:24:28 +0000
(16:24 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 3 Oct 2012 14:24:28 +0000
(16:24 +0200)
src/client.h
patch
|
blob
|
history
diff --git
a/src/client.h
b/src/client.h
index
300caa7
..
8f62a23
100644
(file)
--- a/
src/client.h
+++ b/
src/client.h
@@
-111,6
+111,9
@@
const char *client_get_facet_limit_local(struct client *cl,
struct session_database *sdb,
int *l,
NMEM nmem, int *num, char ***values);
+
+int client_test_sort_order(struct client *cl, struct reclist_sortparms *sp);
+
#endif
/*