X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilesys%2Ffsutil.h;h=307e37d1d1ce791638a245fd3915c52270d0837d;hb=3c4ff7ffae2e6f05a2c78ec77814dbc5a98c4f98;hp=8962a8a7bfa4856fcf43bd8850197ff2edcbada1;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;p=pintos-anon diff --git a/src/filesys/fsutil.h b/src/filesys/fsutil.h index 8962a8a..307e37d 100644 --- a/src/filesys/fsutil.h +++ b/src/filesys/fsutil.h @@ -3,11 +3,12 @@ #include -extern char *fsutil_copy_arg; +extern char *fsutil_copyin_file; +extern int fsutil_copyin_size; +extern char *fsutil_copyout_file; extern char *fsutil_print_file; extern char *fsutil_remove_file; extern bool fsutil_list_files; -extern bool fsutil_dump_filesys; void fsutil_run (void); void fsutil_print (const char *filename);