summaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-09-17 22:56:05 +0200
committerportix <portix@gmx.net>2011-09-17 22:56:05 +0200
commit00a9399667e32bbda8ce69ab5581b154b9880fc7 (patch)
tree579ffec91821106bf3bebf5fbb52cd70f4383b2b /src/html.h
parentf0be58c8b900893e15f83ab51e406282b695a621 (diff)
downloaddwb-00a9399667e32bbda8ce69ab5581b154b9880fc7.zip
Refactor: function names without dwb_-prefix
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