diff options
author | portix <portix@gmx.net> | 2013-05-12 21:59:20 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-12 21:59:20 +0200 |
commit | c234601ef777791eeee91cdd56120faa104a5a26 (patch) | |
tree | 9383b8af8fa5777a9ab51fc9685a82ec458b1996 /src/html.h | |
parent | cf93f0deb87cf620701600b2bd30b59a556528ed (diff) | |
download | dwb-c234601ef777791eeee91cdd56120faa104a5a26.zip |
Changing include protections
Diffstat (limited to 'src/html.h')
-rw-r--r-- | src/html.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef HTML_H -#define HTML_H +#ifndef __DWB_HTML_H__ +#define __DWB_HTML_H__ gboolean html_load(GList *, const char *); |