1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-01 01:40:48 +00:00
falk-werner_webfuse-provider/lib/wsfs/jsonrpc/util.h

18 lines
242 B
C
Raw Normal View History

2019-02-09 02:08:02 +00:00
#ifndef _WSFS_JSON_UTIL_H
#define _WFSF_JSON_UTIL_H
#include <jansson.h>
#ifdef __cplusplus
extern "C"
{
#endif
extern int wsfs_json_get_int(json_t const * object, char const * key, int default_value);
#ifdef __cplusplus
}
#endif
#endif