summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 38dc3628b..2afbd83bb 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -99,7 +99,9 @@ struct box_selection
struct browser_window* create_browser_window(int flags, int width, int height);
void browser_window_destroy(struct browser_window* bw);
void browser_window_open_location(struct browser_window* bw, const char* url);
-void browser_window_open_location_historical(struct browser_window* bw, const char* url);
+void browser_window_open_location_historical(struct browser_window* bw,
+ const char* url, char *post_urlenc,
+ struct form_successful_control *post_multipart);
int browser_window_action(struct browser_window* bw, struct browser_action* act);
void browser_window_set_status(struct browser_window* bw, const char* text);