aboutsummaryrefslogtreecommitdiff
path: root/src/getchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.h')
-rw-r--r--src/getchar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/getchar.h b/src/getchar.h
index 7261b59571..d4dcdaf4fb 100644
--- a/src/getchar.h
+++ b/src/getchar.h
@@ -1,10 +1,11 @@
#ifndef NEOVIM_GETCHAR_H
#define NEOVIM_GETCHAR_H
/* getchar.c */
-void free_buff(struct buffheader *buf);
+void free_buff(buffheader_T *buf);
char_u *get_recorded(void);
char_u *get_inserted(void);
int stuff_empty(void);
+int readbuf1_empty(void);
void typeahead_noflush(int c);
void flush_buffers(int flush_typeahead);
void ResetRedobuff(void);