diff options
author | portix <none@none> | 2013-01-11 18:08:48 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-11 18:08:48 +0100 |
commit | 316df269e03372433698eb843c6a881cd4249665 (patch) | |
tree | 1118bc3d8c322efef35aacd6457741d6c5944efd /src/dwb.h | |
parent | 5120a25141eae3fadeeeb2eca54f9f902c9056ed (diff) | |
download | dwb-316df269e03372433698eb843c6a881cd4249665.zip |
Clear textentry when calling io_prompt
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); |