aboutsummaryrefslogtreecommitdiff
path: root/include/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/files.h')
-rw-r--r--include/files.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/files.h b/include/files.h
index 24712e9..8054bd8 100644
--- a/include/files.h
+++ b/include/files.h
@@ -23,7 +23,11 @@
#include <stdbool.h>
+#include "str.h"
+
bool file_exists(const char *path);
bool is_directory(const char *path);
+str cmd_out(const char *cmd);
+void cpdir(const char *src_path, const char *dst_path);
#endif