source: trunk/src/gcc/fastjar/compress.h@ 699

Last change on this file since 699 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 2.6 KB
Line 
1/* $Id: compress.h,v 1.2 2000/12/14 18:45:35 ghazi Exp $
2
3 $Log: compress.h,v $
4 Revision 1.2 2000/12/14 18:45:35 ghazi
5 Warning fixes:
6
7 * compress.c: Include stdlib.h and compress.h.
8 (rcsid): Delete.
9 (report_str_error): Make static.
10 (ez_inflate_str): Delete unused variable. Add parens in if-stmt.
11 (hrd_inflate_str): Likewise.
12
13 * compress.h (init_compression, end_compression, init_inflation,
14 end_inflation): Prototype void arguments.
15
16 * dostime.c (rcsid): Delete.
17
18 * jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
19 Make functions static. Cast ctype function argument to `unsigned
20 char'. Add parens in if-stmts. Constify.
21 (Usage): Change into a macro.
22 (jargrep): Remove unused parameter.
23
24 * jartool.c: Constify. Add parens in if-stmts. Align
25 signed/unsigned char pointers in functions calls using casts.
26 (rcsid): Delete.
27 (list_jar): Fix printf format specifier.
28 (usage): Chop long string into bits. Reformat.
29
30 * pushback.c (rcsid): Delete.
31
32 Revision 1.1 2000/12/09 03:08:23 apbianco
33 2000-12-08 Alexandre Petit-Bianco <[email protected]>
34
35 * fastjar: Imported.
36
37 Revision 1.1.1.1 1999/12/06 03:09:12 toast
38 initial checkin..
39
40
41
42 Revision 1.3 1999/05/10 08:32:09 burnsbr
43 added new function protos.
44
45 Revision 1.2 1999/04/23 12:02:20 burnsbr
46 added licence
47
48 Revision 1.1 1999/04/23 11:59:37 burnsbr
49 Initial revision