X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Fformat%2Fto_json.h;fp=src%2Fanalysisd%2Fformat%2Fto_json.h;h=91c2393cfd111a3d24cde5d060f1a33d88b23e30;hp=0000000000000000000000000000000000000000;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/analysisd/format/to_json.h b/src/analysisd/format/to_json.h new file mode 100644 index 0000000..91c2393 --- /dev/null +++ b/src/analysisd/format/to_json.h @@ -0,0 +1,16 @@ +/* Copyright (C) 2015 Trend Micro Inc. + * All rights reserved. + * + * This program is a free software; you can redistribute it + * and/or modify it under the terms of the GNU General Public + * License (version 2) as published by the FSF - Free Software + * Foundation. + */ + +#ifndef __TO_JSON_H__ +#define __TO_JSON_H__ + +#include "eventinfo.h" +char *Eventinfo_to_jsonstr(const Eventinfo *lf); +char *Archiveinfo_to_jsonstr(const Eventinfo *lf); +#endif /* __TO_JSON_H__ */