Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 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