Add LICENSE and a copyright note to all sources
[jansson.git] / src / jansson_private.h
1 /*
2  * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
3  *
4  * Jansson is free software; you can redistribute it and/or modify
5  * it under the terms of the MIT license. See LICENSE for details.
6  */
7
8 #ifndef JANSSON_PRIVATE_H
9 #define JANSSON_PRIVATE_H
10
11 int json_object_set_nocheck(json_t *json, const char *key, json_t *value);
12 json_t *json_string_nocheck(const char *value);
13
14
15 #endif