Remove unused encodeB declaration

This commit is contained in:
Tatsuya Kinoshita
2022-04-10 10:07:27 +09:00
parent 13dea10910
commit 020f626a95

View File

@@ -636,7 +636,6 @@ extern Str decodeMIME0(Str orgstr);
#define decodeWord(ow,charset) decodeWord0(ow)
#define decodeMIME(orgstr,charset) decodeMIME0(orgstr)
#endif
extern Str encodeB(char *a);
extern int set_param_option(char *option);
extern char *get_param_option(char *name);
extern void init_rc(void);