diff options
-rw-r--r-- | xombrero.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h index ce3b77c..e47f383 100644 --- a/xombrero.h +++ b/xombrero.h @@ -833,6 +833,7 @@ int xtp_page_rt(struct tab *, struct karg *); size_t get_settings_size(void); int settings_add(char *, char *); void setup_proxy(char *); +int proxy_cmd(struct tab *, struct karg *); int set_browser_mode(struct settings *, char *); int set_encoding(struct tab *, struct karg *); int set_gui_mode(struct settings *, char *); |