Consistent naming in input_buffer

This commit is contained in:
James Booth
2012-02-26 23:37:23 +00:00
parent cc4c7f3e19
commit 2379ae895f
3 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,6 @@
void inpbuf_init(void);
void inpbuf_append(char *inp);
char *inp_buf_get_previous(void);
char *inpbuf_get_previous(void);
#endif