1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3  * langtag.h
4  * Copyright (C) 2011-2012 Akira TAGOH
5  *
6  * Authors:
7  *   Akira TAGOH  <akira@tagoh.org>
8  *
9  * You may distribute under the terms of either the GNU
10  * Lesser General Public License or the Mozilla Public
11  * License, as specified in the README file.
12  */
13 #ifndef __LANGTAG_H__
14 #define __LANGTAG_H__
15 
16 #define __LANGTAG_H__INSIDE
17 #include <liblangtag/lt-config.h>
18 #include <liblangtag/lt-error.h>
19 #include <liblangtag/lt-database.h>
20 #include <liblangtag/lt-ext-module.h>
21 #include <liblangtag/lt-extension.h>
22 #include <liblangtag/lt-iter.h>
23 #include <liblangtag/lt-list.h>
24 #include <liblangtag/lt-redundant.h>
25 #include <liblangtag/lt-string.h>
26 #include <liblangtag/lt-tag.h>
27 #undef __LANGTAG_H__INSIDE
28 
29 #endif /* __LANGTAG_H__ */
30