diff options
author | Marco Peereboom <marco@conformal.com> | 2012-11-30 10:56:54 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-11-30 10:56:54 -0600 |
commit | 44c44d89fc1f5bb3fc09ac9e9d1c58ac1046a3b4 (patch) | |
tree | 08863a45c9704d6a46247c10e96d60725f379b71 | |
parent | 92d729ef9e2645db9ad530985d348fc3e7627ca6 (diff) | |
download | xombrero-44c44d89fc1f5bb3fc09ac9e9d1c58ac1046a3b4.tar.gz |
add proxy_cmd proto, reported on irc by rmull
-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 *); |