Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
5
cl2knj.c
5
cl2knj.c
|
|
@ -31,8 +31,9 @@
|
|||
#include "sj_kcnv.h"
|
||||
#include "kanakan.h"
|
||||
|
||||
int sj2cd_chr();
|
||||
void cvtclknj(), freework();
|
||||
int sj2cd_chr(unsigned char * euc, unsigned char * yomi);
|
||||
void cvtclknj(void);
|
||||
void freework(void);
|
||||
|
||||
static CLREC* nextrecblk(void);
|
||||
static CLREC* prevrecblk(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue