summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwb.h')
-rw-r--r--src/dwb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index 07b2d7e1..1e90d4ed 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -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);