mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
fixed warnings
svn path=/trunk/; revision=15218
This commit is contained in:
parent
58d25e229d
commit
abef9ffacb
30 changed files with 118 additions and 107 deletions
|
@ -354,7 +354,7 @@ void edit_init_menu_emacs (void);
|
|||
void edit_init_menu_normal (void);
|
||||
void edit_done_menu (void);
|
||||
int edit_raw_key_query (char *heading, char *query, int cancel);
|
||||
char *strcasechr (const unsigned char *s, int c);
|
||||
char *strcasechr (const char *s, int c);
|
||||
int edit (const char *_file, int line);
|
||||
int edit_translate_key (WEdit * edit, unsigned int x_keycode, long x_key, int x_state, int *cmd, int *ch);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue