aboutsummaryrefslogtreecommitdiff
path: root/src/FileProcessor/FileProcessor.h
blob: 90027d70719904cbbf6bd436b6a907f932932128 (plain)
1
2
3
4
5
6
7
8
#ifndef YAPSSG_FILE_PROCESSOR_H
#define YAPSSG_FILE_PROCESSOR_H

int process_file(const char *input_path, const char *output_path);
int process_directory(const char *input_path, const char *output_path,
                      int overwrite_output);

#endif