summaryrefslogtreecommitdiff
path: root/pith/hist.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-05-13 21:19:43 -0600
committerEduardo Chappa <chappa@washington.edu>2016-05-13 21:19:43 -0600
commitdbb9b8a9c80985dec59650cc9b7a5ec638d4d19a (patch)
treec57cbd37f0e5931b726192caeddedf86339e6ad0 /pith/hist.h
parent398178c265ff68ceeafa6a84089bc01ae949e314 (diff)
downloadalpine-dbb9b8a9c80985dec59650cc9b7a5ec638d4d19a.tar.xz
* Simplify some of the code for the new option for extra directories
for save of attachments or export of files.
Diffstat (limited to 'pith/hist.h')
-rw-r--r--pith/hist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pith/hist.h b/pith/hist.h
index 65082998..d34961f9 100644
--- a/pith/hist.h
+++ b/pith/hist.h
@@ -43,8 +43,6 @@ void init_hist(HISTORY_S **, int);
void free_hist(HISTORY_S **);
char *get_prev_hist(HISTORY_S *, char *, unsigned, void *);
char *get_next_hist(HISTORY_S *, char *, unsigned, void *);
-char *get_prev_hist_dir(HISTORY_S *);
-char *get_next_hist_dir(HISTORY_S *);
char *hist_in_pos(int, char **, int, HISTORY_S *, int);
void save_hist(HISTORY_S *, char *, unsigned, void *);
int items_in_hist(HISTORY_S *);