bbfdm/dmentryjson.h
2019-12-04 09:52:05 +01:00

21 lines
582 B
C

/*
* Copyright (C) 2019 iopsys Software Solutions AB
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation
*
* Author Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>
*
*/
#ifndef __DMENTRYJSON_H__
#define __DMENTRYJSON_H__
#define JSON_FOLDER_PATH "/etc/bbfdm/json"
int check_stats_folder(char *folder_path);
int load_json_dynamic_arrays(struct dmctx *ctx);
int free_json_dynamic_arrays(void);
#endif //__DMENTRYJSON_H__