summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2013-01-11 18:08:48 +0100
committerportix <none@none>2013-01-11 18:08:48 +0100
commit316df269e03372433698eb843c6a881cd4249665 (patch)
tree1118bc3d8c322efef35aacd6457741d6c5944efd /src/dwb.h
parent5120a25141eae3fadeeeb2eca54f9f902c9056ed (diff)
downloaddwb-316df269e03372433698eb843c6a881cd4249665.zip
Clear textentry when calling io_prompt
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);