fix some 'extern function()' declaration

Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
This commit is contained in:
SASANO Takayoshi 2023-12-09 22:35:07 +09:00 • committed by Masanori Ogino
commit 9d9d49ea29
8 changed files with 11 additions and 13 deletions

View file

@ -61,7 +61,6 @@ char *y, *k, *h;
int err;
int grm;
unsigned char buf[BUFSIZ], *hp;
extern int sjistoeuc();
if (_sys_code == SYS_SJIS) {
(void) sjistoeuc(buf, BUFSIZ, h, strlen(h)+1);