diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2005-09-12 17:04:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-09-12 17:04:02 +0000 |
commit | 3ec980b182de950223663d4a3ef65177fa887501 (patch) | |
tree | 253197a1e98aea7fe0dd20a442e82f1f30007b5a /zlib/contrib/ada/zlib-streams.ads | |
parent | 303ae446cf2ab1469d83e83f4cc5168c899c3cee (diff) | |
download | gcc-3ec980b182de950223663d4a3ef65177fa887501.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches.
From-SVN: r104182
Diffstat (limited to 'zlib/contrib/ada/zlib-streams.ads')
-rw-r--r-- | zlib/contrib/ada/zlib-streams.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zlib/contrib/ada/zlib-streams.ads b/zlib/contrib/ada/zlib-streams.ads index 1d5e9048991..f0193c6baee 100644 --- a/zlib/contrib/ada/zlib-streams.ads +++ b/zlib/contrib/ada/zlib-streams.ads @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: zlib-streams.ads,v 1.11 2003/08/12 13:15:31 vagul Exp $ +-- $Id: zlib-streams.ads,v 1.12 2004/05/31 10:53:40 vagul Exp $ package ZLib.Streams is @@ -77,6 +77,8 @@ package ZLib.Streams is -- !!! When the Need_Header is False ZLib-Ada is using undocumented -- ZLib 1.1.4 functionality to do not create/wait for ZLib headers. + function Is_Open (Stream : Stream_Type) return Boolean; + procedure Close (Stream : in out Stream_Type); private |