ftwin
0.8.10
ft_report_json.h
1
#ifndef FT_REPORT_JSON_H
2
#define FT_REPORT_JSON_H
3
4
#include "config.h"
5
6
#if HAVE_JANSSON
7
8
#include "ft_types.h"
9
16
apr_status_t
ft_report_json
(
ft_conf_t
*conf);
17
18
#endif
/* HAVE_JANSSON */
19
20
#endif
/* FT_REPORT_JSON_H */
ft_report_json
apr_status_t ft_report_json(ft_conf_t *conf)
Reports duplicate files in JSON format to stdout.
Definition
ft_report_json.c:78
ft_conf_t
Main configuration structure for the ftwin application.
Definition
ft_config.h:94
src
ft_report_json.h
Generated by
1.9.8