#ifndef GET_H
#define GET_H

#include "common.h"
#include <json_hal_server.h>


int bbfdm_get_value(const json_object *jmsg, int param_count,
	json_object *jreply);

#endif /* GET_H */