]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - documentation/sort.txt
Don't use string comparison to sort the top users, top sites and user lists.
[thirdparty/sarg.git] / documentation / sort.txt
index 8da855e0d923792222b19f24acb1aaf0d837d8b4..c72d19baff3441d11951a27a873baa1536e4b042 100644 (file)
@@ -32,3 +32,15 @@ date, the time and the URL.
 In both cases, the sorted files are written in files with the extension \c log and the name of the unsorted
 file without the \c unsort extension. The unsorted file is deleted just after the sorting.
 */
+
+
+
+
+
+/*! \fn void sort_labels(const char **label,const char **order)
+Get the internationalized text to display when reporting the sort criterion and order
+of a user list.
+
+\param label A pointer to set to the string of the sort criterion name.
+\param order A pointer to set to the string of the sort order name
+*/