aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/edbox.h')
-rw-r--r--src/edbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/edbox.h b/src/edbox.h
index 181f17f..14dad03 100644
--- a/src/edbox.h
+++ b/src/edbox.h
@@ -30,4 +30,7 @@ extern void (*edbox_callback)(void);
void edbox_set(char *contents);
/* append a space to the edit box */
+void edbox_addchr(char c);
+
+/* append a space to the edit box */
void edbox_space(void);