Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
958360fa
...
958360fa9f675c4e2c8508341d7b635aefa6fa01
authored
2006-01-23 11:23:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(exec_compl): New prototype
1 parent
9d77e67a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/mail.h
mail/mail.h
View file @
958360f
...
...
@@ -437,6 +437,7 @@ extern char **dir_compl (int argc, char **argv, int ws);
extern
char
**
command_compl
(
int
argc
,
char
**
argv
,
int
ws
);
extern
char
**
alias_compl
(
int
argc
,
char
**
argv
,
int
ws
);
extern
char
**
var_compl
(
int
argc
,
char
**
argv
,
int
ws
);
extern
char
**
exec_compl
(
int
argc
,
char
**
argv
,
int
ws
);
#else
# define file_compl NULL
# define no_compl NULL
...
...
@@ -446,6 +447,7 @@ extern char **var_compl (int argc, char **argv, int ws);
# define command_compl NULL
# define alias_compl NULL
# define var_compl NULL
# define exec_compl NULL
#endif
#ifdef __cplusplus
...
...
Please
register
or
sign in
to post a comment