compiles and works
This commit is contained in:
@@ -12,7 +12,8 @@ typedef struct {
|
||||
|
||||
extern Command commands[];
|
||||
|
||||
jtag_core *bsexp_init(void);
|
||||
void bsexp_deinit(jtag_core *jc);
|
||||
int script_print(script_ctx *sctx, enum MSGTYPE typ, char *string, ...);
|
||||
void bsexp_init(jtag_core **jc, script_ctx **sctx);
|
||||
void bsexp_deinit(jtag_core *jc, script_ctx *sctx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user