about summary refs log tree commit diff stats
path: root/input_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_buffer.h')
-rw-r--r--input_buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/input_buffer.h b/input_buffer.h
index 63a5e028..c4384220 100644
--- a/input_buffer.h
+++ b/input_buffer.h
@@ -26,6 +26,7 @@
 
 void inpbuf_init(void);
 void inpbuf_append(char *inp);
-char *inpbuf_get_previous(void);
+char *inpbuf_previous(void);
+char *inpbuf_next(void);
 
 #endif