From 1c3a7e5e59c84ec7f1f9e487b1688ceda335d027 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Thu, 24 Mar 2016 21:42:34 +0000 Subject: [PATCH] format_dot11_fc protottype. FossilOrigin-Name: 36e9f1422764261d5b657a80a9969bafb140dfc640d169203fa83e8f2a28c29a --- src/cw/format.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cw/format.h b/src/cw/format.h index 5d18a7e3..5c0f5d9b 100644 --- a/src/cw/format.h +++ b/src/cw/format.h @@ -81,8 +81,13 @@ static inline int format_hdr_flags(char *dst,uint8_t *th) } + int format_is_utf8(unsigned char *str, size_t len); +int format_dot11_fc(char *dst, uint16_t fc); + + + /**@}*/ #endif