diff options
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 |
