diff options
Diffstat (limited to 'pintos-progos/filesys/fsutil.h')
| -rw-r--r-- | pintos-progos/filesys/fsutil.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pintos-progos/filesys/fsutil.h b/pintos-progos/filesys/fsutil.h deleted file mode 100644 index cc73705..0000000 --- a/pintos-progos/filesys/fsutil.h +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | #ifndef FILESYS_FSUTIL_H | ||
| 2 | #define FILESYS_FSUTIL_H | ||
| 3 | |||
| 4 | void fsutil_ls (char **argv); | ||
| 5 | void fsutil_cat (char **argv); | ||
| 6 | void fsutil_rm (char **argv); | ||
| 7 | void fsutil_extract (char **argv); | ||
| 8 | void fsutil_append (char **argv); | ||
| 9 | |||
| 10 | #endif /* filesys/fsutil.h */ | ||
