Add explicit function prototypes
This commit is contained in:
parent
6bea197400
commit
b82d393de3
40 changed files with 162 additions and 103 deletions
|
|
@ -344,6 +344,8 @@ typedef unsigned short wchar16_t;
|
|||
|
||||
extern wchar16_t* WcMessages[];
|
||||
|
||||
struct wordent;
|
||||
|
||||
struct wcvtkey {
|
||||
wchar16_t* key_word;
|
||||
wchar16_t key_seq[SEQLEN];
|
||||
|
|
@ -351,7 +353,7 @@ struct wcvtkey {
|
|||
|
||||
struct functbl {
|
||||
wchar16_t* keyword;
|
||||
int (*func)();
|
||||
int (*func)(struct wordent* word);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue