summaryrefslogtreecommitdiff
path: root/lib/compress/Compress.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-01-19 15:08:54 +0100
committerReinhard Tartler <siretart@tauware.de>2008-01-19 15:08:54 +0100
commit2733267954e91e394fbb512ea3abb4c497c0752f (patch)
treed6cdebd8776bceba06a2fb5e4ed06a4744bc1b57 /lib/compress/Compress.h
parent1d56581c644c53f1b9a182c6574bc2fc5243d4d1 (diff)
import version 0.11rc1
This commit has been made by 'bzr import'. I used the upstream tarball of Version 0.11rc1 for creating it. It has the md5sum: 75608d8bb72dff9a556850ccd0ae8cb9
Diffstat (limited to 'lib/compress/Compress.h')
-rw-r--r--lib/compress/Compress.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/compress/Compress.h b/lib/compress/Compress.h
index 5ec60fae..87f8b2f4 100644
--- a/lib/compress/Compress.h
+++ b/lib/compress/Compress.h
@@ -1,4 +1,4 @@
-// distribution boxbackup-0.10 (svn version: 494)
+// distribution boxbackup-0.11rc1 (svn version: 2023_2024)
//
// Copyright (c) 2003 - 2006
// Ben Summers and contributors. All rights reserved.
@@ -39,7 +39,7 @@
// --------------------------------------------------------------------------
//
// File
-// Name: CompressContext.h
+// Name: Compress.h
// Purpose: Interface to zlib compression
// Created: 5/12/03
//
@@ -55,7 +55,7 @@
// --------------------------------------------------------------------------
//
// Class
-// Name: CompressContext
+// Name: Compress
// Purpose: Interface to zlib compression, only very slight wrapper.
// (Use CompressStream for a more friendly interface.)
// Created: 5/12/03