diff options
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -968,7 +968,7 @@ void dwb_init_vars(void); void dwb_parse_commands(const char *line); DwbStatus dwb_scheme_handler(GList *gl, WebKitNetworkRequest *request); GList *dwb_get_simple_list(GList *, const char *filename); -const char * dwb_prompt(gboolean visibility, char *prompt, ...); +char * dwb_prompt(gboolean visibility, char *prompt, ...); gboolean dwb_dom_remove_from_parent(WebKitDOMNode *node, GError **error); char * dwb_get_raw_data(GList *gl); |