aboutsummaryrefslogtreecommitdiffstats
path: root/package/fonera-mp3/src/cgi/json.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-08-27 20:10:35 +0000
committerJohn Crispin <blogic@openwrt.org>2007-08-27 20:10:35 +0000
commita2c409cda27b6aaae7dc34759ba2c8285ddd01d3 (patch)
treee77ccd710367d8139ccc8be6145e15c42600060e /package/fonera-mp3/src/cgi/json.h
parent37266a51f1289f940d571c0871d17dfbe76f7aed (diff)
downloadmaster-187ad058-a2c409cda27b6aaae7dc34759ba2c8285ddd01d3.tar.gz
master-187ad058-a2c409cda27b6aaae7dc34759ba2c8285ddd01d3.tar.bz2
master-187ad058-a2c409cda27b6aaae7dc34759ba2c8285ddd01d3.zip
added libjson-c. added driver, webinterface and userspace daemon for the
fonera mp3-hack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8509 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fonera-mp3/src/cgi/json.h')
-rw-r--r--package/fonera-mp3/src/cgi/json.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/fonera-mp3/src/cgi/json.h b/package/fonera-mp3/src/cgi/json.h
new file mode 100644
index 0000000000..a5a3432b2c
--- /dev/null
+++ b/package/fonera-mp3/src/cgi/json.h
@@ -0,0 +1,31 @@
+/*
+ * $Id: json.h,v 1.6 2006/01/26 02:16:28 mclark Exp $
+ *
+ * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
+ * Michael Clark <michael@metaparadigm.com>
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See COPYING for details.
+ *
+ */
+
+#ifndef _json_h_
+#define _json_h_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "bits.h"
+#include "debug.h"
+#include "linkhash.h"
+#include "arraylist.h"
+#include "json_util.h"
+#include "json_object.h"
+#include "json_tokener.h"
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif