summaryrefslogtreecommitdiff
path: root/pith/sort.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-01 21:39:52 +0200
committerErich Eckner <git@eckner.net>2021-05-11 21:05:00 +0200
commit85617fe554d6de26b4582ce187df1e2e34921897 (patch)
treebf0591fa4a037e5837026b9b59e5670dc180f3bc /pith/sort.h
parentb5eb45a153202d72aeb48de1149e7c74aef979fd (diff)
downloadalpine-85617fe554d6de26b4582ce187df1e2e34921897.tar.xz
rules.patch appliedrules
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 */