summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hgzip.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 09:02:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 09:02:42 +0000
commitd1af3a5fc102f9bb3464541d83ef0fa4bb2ce2a1 (patch)
treea726a21ba243271e82a98762e3817bee42a20386 /hwpfilter/source/hgzip.h
parent2ec4fd903a90f02fabd273071ff625c46db9ab94 (diff)
INTEGRATION: CWS sw30bf04 (1.4.2); FILE MERGED
2008/04/16 14:07:55 ama 1.4.2.1: Patch #i86356#: Remove unused methods
Diffstat (limited to 'hwpfilter/source/hgzip.h')
-rw-r--r--hwpfilter/source/hgzip.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/hwpfilter/source/hgzip.h b/hwpfilter/source/hgzip.h
index e2378d70d2eb..e442b266cfe2 100644
--- a/hwpfilter/source/hgzip.h
+++ b/hwpfilter/source/hgzip.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: hgzip.h,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -28,7 +28,7 @@
*
************************************************************************/
-/* $Id: hgzip.h,v 1.4 2008-04-10 12:04:19 rt Exp $ */
+/* $Id: hgzip.h,v 1.5 2008-06-04 09:57:59 vg Exp $ */
#ifndef _HWPGZIP_H_
#define _HWPGZIP_H_
@@ -108,24 +108,10 @@ int gz_close ( gz_stream *file );
*/
int gz_read ( gz_stream *file, voidp buf, unsigned len );
/**
- * Writes the given number of uncompressed bytes into the compressed file
- * This exists for future using.
- * @returns The number of bytes actually written
- */
-int gz_write ( gz_stream *file, const voidp buf, unsigned len );
-/**
* Flushes all pending output into the compressed file
* gz_flush should be called only when strictly necessary because it can
* degrade compression
* @param flush Is as in the deflate() function
*/
int gz_flush ( gz_stream *file, int flush );
-/**
- * Not implemented.
- */
-int gz_seek ( gz_stream *file, long offset, int whence );
-/**
- * Not implemented.
- */
-long gz_tell ( gz_stream *file );
#endif /* _HWPGZIP_H_ */