From b47702131d21efe168be4d99aedeab1b38365480 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Fri, 4 Mar 2016 21:47:49 +0000 Subject: [PATCH] bstr16_create_from_cfgstr added. FossilOrigin-Name: e5e34a64e990fb0ed0ca0468c96b82c10f1f4eae9f4ced36674adad5f09d5726 --- src/cw/Makefile | 1 + src/cw/bstr.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/cw/Makefile b/src/cw/Makefile index 1542ca18..eea89a78 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -213,6 +213,7 @@ CONNOBJS= conn_create.o \ BSTROBJS= bstr_create.o \ bstr_create_from_cfgstr.o \ + bstr16_create_from_cfgstr.o \ bstr_replace.o \ bstr_to_str.o \ bstr16cfgstr.o \ diff --git a/src/cw/bstr.h b/src/cw/bstr.h index 5a552341..8290385a 100644 --- a/src/cw/bstr.h +++ b/src/cw/bstr.h @@ -141,6 +141,7 @@ static inline uint8_t * bstr16_create(uint8_t *data, uint16_t len) } uint8_t * bstr16_create_from_str(const char *s); +extern uint8_t * bstr16_create_from_cfgstr(const char * s); /**