diff options
-rw-r--r-- | xxxterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xxxterm.c b/xxxterm.c index c687598..05570ae 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -1090,6 +1090,7 @@ void delete_tab(struct tab *); void adjustfont_webkit(struct tab *, int); int run_script(struct tab *, char *); int download_rb_cmp(struct download *, struct download *); +gboolean cmd_execute(struct tab *t, char *str); int history_rb_cmp(struct history *h1, struct history *h2) |