diff options
Diffstat (limited to 'src/html.h')
-rw-r--r-- | src/html.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #ifndef HTML_H #define HTML_H -gboolean dwb_html_load(GList *, const char *); +gboolean html_load(GList *, const char *); #endif |