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
16apr_status_t ft_report_json(ft_conf_t *conf);
17
18#endif /* HAVE_JANSSON */
19
20#endif /* FT_REPORT_JSON_H */
apr_status_t ft_report_json(ft_conf_t *conf)
Reports duplicate files in JSON format to stdout.
Main configuration structure for the ftwin application.
Definition ft_config.h:94