Annotation of hatari/src/includes/zip.h, revision 1.1

1.1     ! root        1: /*
        !             2:   Hatari
        !             3: */
        !             4: #include <dirent.h>
        !             5: 
        !             6: typedef struct {
        !             7:   char **names;
        !             8:   int nfiles;
        !             9: } zip_dir;
        !            10: 
        !            11: extern struct dirent **ZIP_GetFilesDir(zip_dir *files, char *dir, int *entries);
        !            12: extern zip_dir *ZIP_GetFiles(char *pszFileName);
        !            13: extern int ZIP_ReadDisc(char *pszFileName, char *pszZipPath, unsigned char *pBuffer);
        !            14: extern BOOL ZIP_WriteDisc(char *pszFileName,unsigned char *pBuffer,int ImageSize);
        !            15: extern int GZIP_ReadDisc(char *pszFileName,unsigned char *pBuffer);
        !            16: extern BOOL GZIP_WriteDisc(char *pszFileName,unsigned char *pBuffer,int ImageSize);
        !            17: 
        !            18: 
        !            19: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.