summaryrefslogtreecommitdiff
path: root/include/parserutils/types.h
blob: b36e4aa797dd43f6293167bb4bd74f88d2f2f9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This file is part of LibParserUtils.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef parserutils_types_h_
#define parserutils_types_h_

#include <stdbool.h>
#include <inttypes.h>

#endif