Just a little correction at the it.po file.
[midnight-commander.git] / src / complete.h
blob212f197c550d22916e92b8d19d34d9d05abbe401
1 #ifndef __COMPLETE_H
2 #define __COMPLETE_H
4 #define INPUT_COMPLETE_FILENAMES 1
5 #define INPUT_COMPLETE_HOSTNAMES 2
6 #define INPUT_COMPLETE_COMMANDS 4
7 #define INPUT_COMPLETE_VARIABLES 8
8 #define INPUT_COMPLETE_USERNAMES 16
9 #define INPUT_COMPLETE_CD 32
11 typedef char *CompletionFunction (char *, int);
13 void free_completions (WInput *);
14 void complete (WInput *);
16 #endif /* __COMPLETE_H */