X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/69bddb46f46871d27bcf797cd6fae14430802380..5cde90ce82c099520a3cfe2f0bc533b65216137a:/src/statichuff/statichuff.h diff --git a/src/statichuff/statichuff.h b/src/statichuff/statichuff.h index 8c3502d..5699ebb 100644 --- a/src/statichuff/statichuff.h +++ b/src/statichuff/statichuff.h @@ -20,6 +20,6 @@ typedef struct t_code { } SHUFFCODE; int shuff_decode_file(char *inputfile, char *outputfile); -int shuff_encode_file(char *inputfile, char *outputfile); +int shuff_encode_file(char *inputfile, char *outputfile, long volsize); #endif /* _STATICHUFF_H_ */