initial commit

This commit is contained in:
R-type
2015-12-14 14:00:35 +01:00
commit 5a96c0ca66
377 changed files with 149124 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef COMPFILE_H_
#define COMPFILE_H_
#include <stdio.h> /* FILE */
int CompFile_ExtractGZ(const char *infilename, FILE *outfp);
int CompFile_DCMtoATR(FILE *infp, FILE *outfp);
#endif /* COMPFILE_H_ */