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
54ecde6c
...
54ecde6c18fe43ab95aaffc98d9964b57cf88337
authored
2001-10-26 14:03:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Declaration for ml_readline().
1 parent
2e819503
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/mail.h
mail/mail.h
View file @
54ecde6
...
...
@@ -276,6 +276,7 @@ extern int ml_got_interrupt __P ((void));
extern
void
ml_clear_interrupt
__P
((
void
));
extern
void
ml_readline_init
__P
((
void
));
extern
int
ml_reread
__P
((
const
char
*
prompt
,
char
**
text
));
extern
char
*
ml_readline
__P
((
const
char
*
prompt
));
extern
char
*
alias_expand
__P
((
char
*
name
));
extern
void
alias_destroy
__P
((
char
*
name
));
...
...
Please
register
or
sign in
to post a comment