summaryrefslogtreecommitdiff
path: root/libstore/bunzip2.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-23 17:38:42 +0000
committerRoland McGrath <roland@gnu.org>1999-05-23 17:38:42 +0000
commit61181c508711aa4b1b0d1f815843d14ad16ca629 (patch)
treec88859c8f1ab4532b06714a908df5b77301f5ba3 /libstore/bunzip2.c
parent0a1d1d49377267fafd8ba94231c66233e9d6ad15 (diff)
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* bunzip2.c: Add extern decl for do_bunzip2.
Diffstat (limited to 'libstore/bunzip2.c')
-rw-r--r--libstore/bunzip2.c4
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)