| 40 | /* NH:sys/amiga/winvchar.c */ |
| 41 | int main(int, char **); |
| 42 | struct BitMap *MyAllocBitMap(int, int, int, long); |
| 43 | void MyFreeBitMap(struct BitMap *); |
| 44 | BitMapHeader ReadImageFile(const char *, struct BitMap **); |
| 45 | void FreeImageFile(struct BitMap **); |
nothing calls this directly
no outgoing calls
no test coverage detected