diff options
author | portix <portix@gmx.net> | 2011-09-17 22:56:05 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-09-17 22:56:05 +0200 |
commit | 00a9399667e32bbda8ce69ab5581b154b9880fc7 (patch) | |
tree | 579ffec91821106bf3bebf5fbb52cd70f4383b2b /src/html.h | |
parent | f0be58c8b900893e15f83ab51e406282b695a621 (diff) | |
download | dwb-00a9399667e32bbda8ce69ab5581b154b9880fc7.zip |
Refactor: function names without dwb_-prefix
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 |