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

1.1     ! root        1: /*
        !             2:   Hatari - zip.h
        !             3: 
        !             4:   This file is distributed under the GNU Public License, version 2 or at
        !             5:   your option any later version. Read the file gpl.txt for details.
        !             6: */
        !             7: 
        !             8: #ifndef HATARI_ZIP_H
        !             9: #define HATARI_ZIP_H
        !            10: 
        !            11: 
        !            12: #include <dirent.h>
        !            13: 
        !            14: typedef struct
        !            15: {
        !            16:        char **names;
        !            17:        int nfiles;
        !            18: } zip_dir;
        !            19: 
        !            20: bool ZIP_FileNameIsZIP(const char *pszFileName);
        !            21: struct dirent **ZIP_GetFilesDir(const zip_dir *files, const char *dir, int *entries);
        !            22: void ZIP_FreeZipDir(zip_dir *zd);
        !            23: zip_dir *ZIP_GetFiles(const char *pszFileName);
        !            24: Uint8 *ZIP_ReadDisk(const char *pszFileName, const char *pszZipPath, long *pImageSize);
        !            25: bool ZIP_WriteDisk(const char *pszFileName,unsigned char *pBuffer,int ImageSize);
        !            26: Uint8 *ZIP_ReadFirstFile(const char *pszFileName, long *pImageSize, const char * const ppszExts[]);
        !            27: 
        !            28: 
        !            29: #endif  /* HATARI_ZIP_H */

unix.superglobalmegacorp.com

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