summaryrefslogtreecommitdiff
path: root/filesystem.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-22 23:55:03 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-22 23:55:03 -0500
commitdaf89b29a3ef37c272394cba3929290f2980a421 (patch)
tree866d05a76975111b35dd92997f54bc510f4d73d1 /filesystem.h
parent8da3cb956b14a7644f815a1874bdcf29a4cb711d (diff)
started auto-cd
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;