MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / BMPHEAD

Class BMPHEAD

tools/fshtool.h:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80} BMPDIR;
81
82typedef struct BMPHEAD {
83 int size,null,ofsbmp;
84 int hsz,wid,hei;
85 short planes,bpp;
86 int compr,imsz,xpel,ypel,clrs,clri;
87} BMPHEAD;
88
89typedef struct ENTRYHDR {
90 int code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected