X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilesys%2Ffsutil.h;h=2d711e98db7df9e8e1b682c851b4e1f8d08efcee;hb=cad1898695fa89ab8354db670865a3e1a0d91654;hp=8962a8a7bfa4856fcf43bd8850197ff2edcbada1;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;p=pintos-anon diff --git a/src/filesys/fsutil.h b/src/filesys/fsutil.h index 8962a8a..2d711e9 100644 --- a/src/filesys/fsutil.h +++ b/src/filesys/fsutil.h @@ -3,7 +3,9 @@ #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;