| 272 | |
| 273 | |
| 274 | typedef struct BNErrorEventData |
| 275 | { |
| 276 | char* error; |
| 277 | char* shortError; |
| 278 | void* data; |
| 279 | } BNErrorEventData; |
| 280 | |
| 281 | |
| 282 | typedef struct BNTargetExitedEventData |
nothing calls this directly
no outgoing calls
no test coverage detected