Just a little correction at the it.po file.
[midnight-commander.git] / src / command.h
blob34d87475962fb11756d0f63bf59a4b7340aaa4cd
1 #ifndef __COMMAND_H
2 #define __COMMAND_H
4 extern WInput *cmdline;
6 WInput *command_new (int y, int x, int len);
7 void do_cd_command (char *cmd);
8 void command_insert (WInput * in, char *text, int insert_extra_space);
10 #endif /* __COMMAND_H */