From c6dc4cd4ea7433dfd560732574f73d4bfea400f3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 12 Jul 2020 22:35:49 +0200 Subject: Starting on 'downloaded' command --- fileutils.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fileutils.h (limited to 'fileutils.h') diff --git a/fileutils.h b/fileutils.h new file mode 100644 index 0000000..9780392 --- /dev/null +++ b/fileutils.h @@ -0,0 +1,6 @@ +#ifndef FILEUTILS_H +#define FILEUTILS_H + +const char* get_home_dir(); + +#endif -- cgit v1.2.3