Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
new file mode 100644
index 0000000..b89fca1
--- /dev/null
+++ b/src/file.h
@@ -0,0 +1,10 @@
+#ifndef __FILE_H__
+#define __FILE_H__
+
+int rm_rf(const char *dir);
+
+int my_chdir(const char *dir, char **old);
+
+int file_exists(const char *path);
+
+#endif