diff options
Diffstat (limited to 'filesystem.h')
-rw-r--r-- | filesystem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystem.h b/filesystem.h index 424b824..238ebb1 100644 --- a/filesystem.h +++ b/filesystem.h @@ -23,4 +23,5 @@ char **fs_list_directory(char const *dirname); // -1 if the path already exists, but it's not a directory, or if there's another error (e.g. don't have permission to create directory). int fs_mkdir(char const *path); -#endif // FILESYSTEM_H_
\ No newline at end of file +#endif // FILESYSTEM_H_ + |