ftwin 0.8.10
ft_traverse.h
1#ifndef FT_TRAVERSE_H
2#define FT_TRAVERSE_H
3
4#include "ft_types.h"
5
17apr_status_t ft_traverse_path(ft_conf_t *conf, const char *path);
18
19#endif /* FT_TRAVERSE_H */
Main configuration structure for the ftwin application.
Definition ft_config.h:94