diff options
author | portix <portix@gmx.net> | 2011-12-11 00:29:44 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-11 00:29:44 +0100 |
commit | 078584c765359ac1981778e41a7c2961a3e2e5ae (patch) | |
tree | 637dcc91970dce61f8d06704ac0129523f81a976 /src/html.h | |
parent | dc11bea08cd68064f16b6008eaac975da3d8374d (diff) | |
download | dwb-078584c765359ac1981778e41a7c2961a3e2e5ae.zip |
Include only needed headers in source files, don't include in header files; replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
Diffstat (limited to 'src/html.h')
-rw-r--r-- | src/html.h | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +/* + * Copyright (c) 2010-2011 Stefan Bolte <portix@gmx.net> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef HTML_H #define HTML_H |