Added more const-ness.
Этот коммит содержится в:
родитель
a2f304209a
Коммит
bc8127ded6
@ -5,6 +5,6 @@ extern WInput *cmdline;
|
||||
|
||||
WInput *command_new (int y, int x, int len);
|
||||
void do_cd_command (char *cmd);
|
||||
void command_insert (WInput * in, char *text, int insert_extra_space);
|
||||
void command_insert (WInput * in, const char *text, int insert_extra_space);
|
||||
|
||||
#endif /* __COMMAND_H */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user