summaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.h b/src/html.h
index 2af40c7d..9cdb782a 100644
--- a/src/html.h
+++ b/src/html.h
@@ -1,6 +1,6 @@
#ifndef HTML_H
#define HTML_H
-gboolean dwb_html_load(GList *, const char *);
+gboolean html_load(GList *, const char *);
#endif