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>2024-05-17 21:06:43 +0200
commit007f24aafcef892459aefd5a3f2676142260df20 (patch)
tree2dc5212fa6faa00ccd78931e4074ae22fe12e1a6 /pith/mailindx.h
parent267cba39c8004bd5995ddcdddf365788b9e9f990 (diff)
downloadalpine-007f24aafcef892459aefd5a3f2676142260df20.tar.xz
rules.patch applied
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 d73f0bad..36fcb6a1 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 *);