| 68 | #define QFS_MAXITER 50 /* quick and not so bad */ |
| 69 | |
| 70 | typedef struct FSH_HDR { /* header of a FSH file */ |
| 71 | char SHPI[4]; /* 'SHPI' */ |
| 72 | int filesize; |
| 73 | int nbmp; |
| 74 | char dirId[4]; |
| 75 | } FSH_HDR; |
| 76 | |
| 77 | typedef struct BMPDIR { |
| 78 | char name[4]; |
nothing calls this directly
no outgoing calls
no test coverage detected