pgLab/pglablib/ParamListJson.h
eelke ad9ed1b698 Introduced new library for pglab code which I want to unit test.
Not everything can go into core because that would result in circular dependencies between core and pgsql.
2017-12-13 18:04:10 +01:00

9 lines
185 B
C

#ifndef PARAMLISTJSON_H
#define PARAMLISTJSON_H
#include "json/json.h"
#include "ParamListModel.h"
Json::Value ParamListToJson(const t_ParamList &list);
#endif // PARAMLISTJSON_H