diff options
Diffstat (limited to 'pith/mailindx.h')
-rw-r--r-- | pith/mailindx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pith/mailindx.h b/pith/mailindx.h index fdea552c..8eb23033 100644 --- a/pith/mailindx.h +++ b/pith/mailindx.h @@ -30,9 +30,6 @@ 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 *); |