aboutsummaryrefslogtreecommitdiff
path: root/src/misc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.h')
-rw-r--r--src/misc2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc2.h b/src/misc2.h
index 7567b11e60..a15c75c435 100644
--- a/src/misc2.h
+++ b/src/misc2.h
@@ -39,6 +39,7 @@ int illegal_slash(char *name);
int vim_chdir(char_u *new_dir);
int emsg3(char_u *s, char_u *a1, char_u *a2);
int emsgn(char_u *s, int64_t n);
+int emsgu(char_u *s, uint64_t n);
int get2c(FILE *fd);
int get3c(FILE *fd);
int get4c(FILE *fd);