From 61181c508711aa4b1b0d1f815843d14ad16ca629 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sun, 23 May 1999 17:38:42 +0000
Subject: 1999-05-23  Roland McGrath  <roland@baalperazim.frob.com>

	* bunzip2.c: Add extern decl for do_bunzip2.
---
 libstore/bunzip2.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'libstore/bunzip2.c')

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)
-- 
cgit v1.2.3