From 0cd7ed4bde54a1961464ed14c9de61f23adb07e9 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 3 Oct 2012 16:24:28 +0200 Subject: [PATCH] Method to detect if re-search is required due to sort order: 1 on yes. 0 on no --- src/client.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client.h b/src/client.h index 300caa7..8f62a23 100644 --- 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 /* -- 1.7.10.4