summaryrefslogtreecommitdiff
path: root/include/dom/core/comment.h
blob: 43b48c2ca359e260923e34000850d9a54ce25cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This file is part of libdom.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
 */

#ifndef dom_core_comment_h_
#define dom_core_comment_h_

#include <stdbool.h>

#include <dom/core/exceptions.h>
#include <dom/core/characterdata.h>

typedef struct dom_comment dom_comment;

#endif