| 62 | } SetterArg; |
| 63 | |
| 64 | typedef struct CmdLineOpt { |
| 65 | const char *name; |
| 66 | unsigned int flagToSet; |
| 67 | int (*setter)(SetterArg*); |
| 68 | long setterExtra; |
| 69 | } CmdLineOpt; |
| 70 | |
| 71 | enum { |
| 72 | MULT_ALPHA = 0x01, |
nothing calls this directly
no outgoing calls
no test coverage detected