summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_body.h
blob: 7d1154e8d1d5a3d688dde78c58d0c64935038f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This file is part of Hubbub.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2008 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef hubbub_treebuilder_in_body_h_
#define hubbub_treebuilder_in_body_h_

#include "treebuilder/internal.h"

bool handle_in_body(hubbub_treebuilder *treebuilder, const hubbub_token *token);
bool process_tag_in_body(hubbub_treebuilder *treebuilder, 
		const hubbub_token *token);

#endif