From 510ed32cfbffa6148018869f5ade416505a450b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:21:21 +0200 Subject: Adding upstream version 2.9.0rel.0. Signed-off-by: Daniel Baumann --- src/LYUpload.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/LYUpload.h (limited to 'src/LYUpload.h') diff --git a/src/LYUpload.h b/src/LYUpload.h new file mode 100644 index 0000000..84a71a0 --- /dev/null +++ b/src/LYUpload.h @@ -0,0 +1,17 @@ +#ifndef LYUPLOAD_H +#define LYUPLOAD_H + +#ifndef LYSTRUCTS_H +#include +#endif /* LYSTRUCTS_H */ + +#ifdef __cplusplus +extern "C" { +#endif + extern int LYUpload(char *line); + extern int LYUpload_options(char **newfile, char *directory); + +#ifdef __cplusplus +} +#endif +#endif /* LYUPLOAD_H */ -- cgit v1.2.3