ftwin 0.8.10
ft_process.h
1#ifndef FT_PROCESS_H
2#define FT_PROCESS_H
3
4#include "ft_types.h"
5#include "checksum.h"
6
17apr_status_t ft_process_files(ft_conf_t *conf);
18
19#endif /* FT_PROCESS_H */
Defines the core checksum type used throughout the application.
Main configuration structure for the ftwin application.
Definition ft_config.h:94