Declare useful CMDBIT/part functions of developer_opts.c in libavrdude.h

This commit is contained in:
Stefan Rueger
2022-07-26 23:55:42 +01:00
parent 78754b8ccc
commit 62dcc2e6e8
3 changed files with 11 additions and 9 deletions

View File

@@ -160,7 +160,7 @@ char *opcode2str(OPCODE *op, int opnum, int detailed) {
// return 0 if op code would encode (essentially) the same SPI command
int opcodecmp(OPCODE *op1, OPCODE *op2, int opnum) {
static int opcodecmp(OPCODE *op1, OPCODE *op2, int opnum) {
char *opstr1, *opstr2, *p;
int cmp;