00001 00002 /*--------------------------------------------------------------------------- 00003 00004 File name : compress_i.h 00005 Author : N. Devillard 00006 Created on : May 2000 00007 Description : interfaces to compress through popen() 00008 00009 *--------------------------------------------------------------------------*/ 00010 00011 /* 00012 $Id: compress_i.h,v 1.1 2003/09/03 12:50:47 amodigli Exp $ 00013 $Author: amodigli $ 00014 $Date: 2003/09/03 12:50:47 $ 00015 $Revision: 1.1 $ 00016 */ 00017 00018 #ifndef _COMPRESS_I_H_ 00019 #define _COMPRESS_I_H_ 00020 00021 /*--------------------------------------------------------------------------- 00022 Includes 00023 ---------------------------------------------------------------------------*/ 00024 00025 #include <stdio.h> 00026 #include <stdlib.h> 00027 #include <string.h> 00028 00029 00030 /*--------------------------------------------------------------------------- 00031 Function ANSI prototypes 00032 ---------------------------------------------------------------------------*/ 00033 00034 00035 /*-------------------------------------------------------------------------*/ 00053 /*--------------------------------------------------------------------------*/ 00054 00055 int is_compressed_file(char * filename); 00056 00057 00058 00059 /*-------------------------------------------------------------------------*/ 00077 /*--------------------------------------------------------------------------*/ 00078 00079 FILE * compress_open(char * name); 00080 00081 00082 /*-------------------------------------------------------------------------*/ 00092 /*--------------------------------------------------------------------------*/ 00093 00094 void compress_close(FILE * p); 00095 00096 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001