summaryrefslogtreecommitdiff
path: root/src/html-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html-parse.h')
-rw-r--r--src/html-parse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/html-parse.h b/src/html-parse.h
index dc2cba7e..5ff33b3b 100644
--- a/src/html-parse.h
+++ b/src/html-parse.h
@@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License
along with Wget; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#ifndef HTML_PARSE_H
+#define HTML_PARSE_H
+
struct attr_pair {
char *name; /* attribute name */
char *value; /* attribute value */
@@ -42,3 +45,5 @@ struct taginfo {
void map_html_tags PARAMS ((const char *, int, const char **, const char **,
void (*) (struct taginfo *, void *), void *));
+
+#endif /* HTML_PARSE_H */