(exec_compl): New prototype
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -437,6 +437,7 @@ extern char **dir_compl (int argc, char **argv, int ws); | ... | @@ -437,6 +437,7 @@ extern char **dir_compl (int argc, char **argv, int ws); |
437 | extern char **command_compl (int argc, char **argv, int ws); | 437 | extern char **command_compl (int argc, char **argv, int ws); |
438 | extern char **alias_compl (int argc, char **argv, int ws); | 438 | extern char **alias_compl (int argc, char **argv, int ws); |
439 | extern char **var_compl (int argc, char **argv, int ws); | 439 | extern char **var_compl (int argc, char **argv, int ws); |
440 | extern char **exec_compl (int argc, char **argv, int ws); | ||
440 | #else | 441 | #else |
441 | # define file_compl NULL | 442 | # define file_compl NULL |
442 | # define no_compl NULL | 443 | # define no_compl NULL |
... | @@ -446,6 +447,7 @@ extern char **var_compl (int argc, char **argv, int ws); | ... | @@ -446,6 +447,7 @@ extern char **var_compl (int argc, char **argv, int ws); |
446 | # define command_compl NULL | 447 | # define command_compl NULL |
447 | # define alias_compl NULL | 448 | # define alias_compl NULL |
448 | # define var_compl NULL | 449 | # define var_compl NULL |
450 | # define exec_compl NULL | ||
449 | #endif | 451 | #endif |
450 | 452 | ||
451 | #ifdef __cplusplus | 453 | #ifdef __cplusplus | ... | ... |
-
Please register or sign in to post a comment