diff options
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/bunzip2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstore/bunzip2.c b/libstore/bunzip2.c index e2858322..a09aa9f6 100644 --- a/libstore/bunzip2.c +++ b/libstore/bunzip2.c @@ -1,6 +1,6 @@ /* Decompressing store backend - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. Written by okuji@kuicr.kyoto-u.ac.jp <okuji@kuicr.kyoto-u.ac.jp> This file is part of the GNU Hurd. @@ -25,6 +25,8 @@ #include "store.h" +extern void do_bunzip2 (void); /* Entry point to bunzip2 engine. */ + #define IN_BUFFERING (256*1024) #define OUT_BUFFERING (512*1024) |