summaryrefslogtreecommitdiff
path: root/include/hubbub/hubbub.h
blob: 005ec82e5c5600acda249758cd46ea150d500dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * This file is part of Hubbub.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef hubbub_h_
#define hubbub_h_

#ifdef __cplusplus
extern "C"
{
#endif

#include <hubbub/errors.h>
#include <hubbub/functypes.h>
#include <hubbub/types.h>

#ifdef __cplusplus
}
#endif

#endif