summaryrefslogtreecommitdiff
path: root/pith/sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/sort.h')
-rw-r--r--pith/sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/sort.h b/pith/sort.h
index 7ea5932..8d4cb5e 100644
--- a/pith/sort.h
+++ b/pith/sort.h
@@ -45,6 +45,6 @@ char *sort_name(SortOrder);
void sort_folder(MAILSTREAM *, MSGNO_S *, SortOrder, int, unsigned);
int decode_sort(char *, SortOrder *, int *);
void reset_sort_order(unsigned);
-
+SortOrder translate(char *, int);
#endif /* PITH_SORT_INCLUDED */