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
d1561e90
...
d1561e90f0711dac76089ddf5ae12155974de089
authored
2001-09-17 14:09:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed declaration of ml_reread, it did not match the changed proto.
1 parent
0cd30d2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/mailline.c
mail/mailline.c
View file @
d1561e9
...
...
@@ -295,7 +295,7 @@ restore_tty ()
#define LINE_INC 80
int
ml_reread
(
char
*
prompt
,
char
**
text
)
ml_reread
(
c
onst
c
har
*
prompt
,
char
**
text
)
{
int
ch
;
char
*
line
;
...
...
Please
register
or
sign in
to post a comment