Bump to 0.17
[platform/upstream/json-c.git] / json.h.cmakein
1 /*
2  * $Id: json.h,v 1.6 2006/01/26 02:16:28 mclark Exp $
3  *
4  * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
5  * Michael Clark <michael@metaparadigm.com>
6  * Copyright (c) 2009 Hewlett-Packard Development Company, L.P.
7  *
8  * This library is free software; you can redistribute it and/or modify
9  * it under the terms of the MIT license. See COPYING for details.
10  *
11  */
12
13 /**
14  * @file
15  * @brief A convenience header that may be included instead of other individual ones.
16  */
17 #ifndef _json_h_
18 #define _json_h_
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 #include "arraylist.h"
25 #include "debug.h"
26 #include "json_c_version.h"
27 #include "json_object.h"
28 #include "json_object_iterator.h"
29 @JSON_H_JSON_PATCH@
30 @JSON_H_JSON_POINTER@
31 #include "json_tokener.h"
32 #include "json_util.h"
33 #include "linkhash.h"
34
35 #ifdef __cplusplus
36 }
37 #endif
38
39 #endif