From 007f24aafcef892459aefd5a3f2676142260df20 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 1 Sep 2019 21:39:52 +0200 Subject: rules.patch applied --- pith/mailindx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pith/mailindx.h') 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 *); -- cgit v1.2.3-54-g00ecf