bstr16_create_from_cfgstr added.

FossilOrigin-Name: e5e34a64e990fb0ed0ca0468c96b82c10f1f4eae9f4ced36674adad5f09d5726
This commit is contained in:
7u83@mail.ru 2016-03-04 21:47:49 +00:00
parent 32920a503c
commit b47702131d
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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);
/**