diff options
| author | Mistivia <i@mistivia.com> | 2025-09-13 16:44:13 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-13 16:44:13 +0800 |
| commit | f3eeea1d7092f3ca98836035bf75b941d14c2067 (patch) | |
| tree | 694dcda14f42c48959340e086ae94b021f9d18f8 /fsutils.h | |
| parent | 7540ded75ee07b026950486172aca08cd0686a4e (diff) | |
write m3u8
Diffstat (limited to 'fsutils.h')
| -rw-r--r-- | fsutils.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fsutils.h b/fsutils.h new file mode 100644 index 0000000..24cd5ab --- /dev/null +++ b/fsutils.h @@ -0,0 +1,16 @@ +#ifndef FS_UTILS_H_ +#define FS_UTILS_H_ + +void tmp_local_filename(const char *prefix, char *buf); + +void tmp_ts_prefix(char *buf); + +void ts_filename(const char *prefix, int num, char *buf); + +void upload_file(const char *local, const char *remote); + +void remove_remote(const char *remote); + +char ** list_file(); + +#endif
\ No newline at end of file |
