aboutsummaryrefslogtreecommitdiff
path: root/include/lib/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/dir.h')
-rw-r--r--include/lib/dir.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lib/dir.h b/include/lib/dir.h
index 39fe435..0ec9cac 100644
--- a/include/lib/dir.h
+++ b/include/lib/dir.h
@@ -10,4 +10,10 @@ bool_t is_directory(char* dirname);
// List directory
char** list_directory(char* dirname);
+// Get full path
+char* full_path(char* dir, char* file);
+
+// Determines if file name has tif file extension
+bool_t is_tif_ext(char* file_name);
+
#endif