X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ffilesys%2Ffsutil.h;h=2d711e98db7df9e8e1b682c851b4e1f8d08efcee;hp=8962a8a7bfa4856fcf43bd8850197ff2edcbada1;hb=c00124df280431bb3f1fd26ef0f5c863365c6474;hpb=8fc448c07982e2f706487356555688e2ed91f046 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;