mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
11 lines
144 B
C
11 lines
144 B
C
#ifndef _MFSHELL_JSON_H_
|
|
#define _MFSHELL_JSON_H_
|
|
|
|
#include <jansson.h>
|
|
|
|
json_t* json_object_by_path(json_t *start,const char *path);
|
|
|
|
#endif
|
|
|
|
|