From 4c8d764d171ec77ff626cec273c44ec7e7a995fc Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 16 Sep 2026 16:32:06 -0400 Subject: init: init --- src/FileProcessor/FileProcessor.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/FileProcessor/FileProcessor.h (limited to 'src/FileProcessor/FileProcessor.h') diff --git a/src/FileProcessor/FileProcessor.h b/src/FileProcessor/FileProcessor.h new file mode 100644 index 0000000..90027d7 --- /dev/null +++ b/src/FileProcessor/FileProcessor.h @@ -0,0 +1,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 -- cgit v1.3