repo.or.cz
/
debian-nspark.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing break
[debian-nspark.git]
/
compress.h
blob
ea34dcffb8a53d1d3b3fea517e4c87b42d57acd3
1
/*
2
* compress/uncompress function prototypes
3
*
4
* $Header: compress.h 1.1 92/09/29 $
5
* $Log: compress.h,v $
6
* Revision 1.1 92/09/29 18:02:30 duplain
7
* Initial revision
8
*
9
*/
10
11
#ifndef __COMPRESS_H
12
#define __COMPRESS_H
13
14
Status
uncompress
(
Header
*
header
,
FILE
*
ifp
,
FILE
*
ofp
,
CompType type
);
15
16
#endif
/* __COMPRESS_H */