summaryrefslogtreecommitdiff
path: root/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem.h')
-rw-r--r--filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystem.h b/filesystem.h
index 2e561cd..764f45a 100644
--- a/filesystem.h
+++ b/filesystem.h
@@ -5,6 +5,7 @@ typedef enum {
FS_NON_EXISTENT,
FS_FILE,
FS_DIRECTORY,
+ FS_LINK,
FS_OTHER
} FsType;