diff options
Diffstat (limited to 'src/kernel/vfs/path.h')
-rw-r--r-- | src/kernel/vfs/path.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h deleted file mode 100644 index 7484619..0000000 --- a/src/kernel/vfs/path.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once -#include <camellia/path.h> -#include <stddef.h> - -/** Reduce a path to its simplest form. - * - * @return length of the string in *out, always less than len. Negative if the path was invalid. - */ -int path_simplify(const char *in, char *out, size_t len); |