summaryrefslogtreecommitdiff
path: root/pith/mailindx.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/mailindx.h
parentb5eb45a153202d72aeb48de1149e7c74aef979fd (diff)
downloadalpine-85617fe554d6de26b4582ce187df1e2e34921897.tar.xz
rules.patch appliedrules
Diffstat (limited to 'pith/mailindx.h')
-rw-r--r--pith/mailindx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pith/mailindx.h b/pith/mailindx.h
index a9b25e6..6cb267d 100644
--- a/pith/mailindx.h
+++ b/pith/mailindx.h
@@ -30,6 +30,9 @@ extern void (*setup_header_widths)(MAILSTREAM *);
/* exported prototypes */
+SortOrder translate (char *, int);
+char *find_value (char *, char *, int, INDEXDATA_S *, int);
+void setup_threading_display_style (void);
int msgline_hidden(MAILSTREAM *, MSGNO_S *, long, int);
void adjust_cur_to_visible(MAILSTREAM *, MSGNO_S *);
unsigned long line_hash(char *);