libusb10: updated to 1.0.9
[tomato.git] / release / src / router / libjson-c / json.h
blob4339b20e9060fbcc28c3ed18b452cb402ef244de
1 /*
2 * $Id: json.h,v 1.6 2006/01/26 02:16:28 mclark Exp $
4 * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
5 * Michael Clark <michael@metaparadigm.com>
6 * Copyright (c) 2009 Hewlett-Packard Development Company, L.P.
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.
13 #ifndef _json_h_
14 #define _json_h_
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
20 #include "bits.h"
21 #include "debug.h"
22 #include "linkhash.h"
23 #include "arraylist.h"
24 #include "json_util.h"
25 #include "json_object.h"
26 #include "json_tokener.h"
27 #include "json_object_iterator.h"
28 #include "json_c_version.h"
30 #ifdef __cplusplus
32 #endif
34 #endif