aboutsummaryrefslogtreecommitdiff
path: root/sh.decls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sh.decls.h')
-rw-r--r--sh.decls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh.decls.h b/sh.decls.h
index e230becd8e0e..a863fedeeb2b 100644
--- a/sh.decls.h
+++ b/sh.decls.h
@@ -217,6 +217,7 @@ extern int t_pmatch (const Char *, const Char *,
*/
extern void dohist (Char **, struct command *);
extern struct Hist *enthist (int, struct wordent *, int, int, int);
+extern void cleanhist (void);
extern void savehist (struct wordent *, int);
extern char *fmthist (int, ptr_t);
extern void rechist (Char *, int);
@@ -402,6 +403,9 @@ extern void autoset_dspmbyte (const Char *);
extern void autoset_kanji (void);
#endif
extern void update_wordchars (void);
+extern void setstrstatus (Char *);
+extern void setstatus (int);
+extern int getstatus (void);
/*
* sh.time.c