summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-25 22:49:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-25 22:49:46 +0000
commitea408854a8360b6925122ce7709b424ab3005209 (patch)
tree2c5418f82336471cca7110bb10ed76d29f03fcea /src/proto
parent29a1c1d374151aae361dbf39f4b599403fee2e66 (diff)
updated for version 7.0093
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/buffer.pro1
-rw-r--r--src/proto/gui_gtk_x11.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/buffer.pro b/src/proto/buffer.pro
index 835d2cefcb..1061e367f1 100644
--- a/src/proto/buffer.pro
+++ b/src/proto/buffer.pro
@@ -39,6 +39,7 @@ void fileinfo __ARGS((int fullname, int shorthelp, int dont_truncate));
void col_print __ARGS((char_u *buf, int col, int vcol));
void maketitle __ARGS((void));
void resettitle __ARGS((void));
+void free_titles __ARGS((void));
int build_stl_str_hl __ARGS((win_T *wp, char_u *out, size_t outlen, char_u *fmt, int fillchar, int maxwidth, struct stl_hlrec *hl));
void get_rel_pos __ARGS((win_T *wp, char_u *str));
int append_arg_number __ARGS((win_T *wp, char_u *buf, int add_file, int maxlen));
diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro
index 81330228ae..a22bacfe89 100644
--- a/src/proto/gui_gtk_x11.pro
+++ b/src/proto/gui_gtk_x11.pro
@@ -1,5 +1,6 @@
/* gui_gtk_x11.c */
void gui_mch_prepare __ARGS((int *argc, char **argv));
+void gui_mch_free_all __ARGS((void));
void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
void gui_mch_stop_blink __ARGS((void));
void gui_mch_start_blink __ARGS((void));