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
c3500107
...
c3500107e3b271de60cc05c9d21017e7fb972e83
authored
2006-03-07 15:07:14 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(cursor): Fix declaration
1 parent
0386f3ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/mail.h
mail/mail.h
View file @
c350010
...
...
@@ -174,7 +174,7 @@ typedef int (*msg_handler_t) (msgset_t *mp, mu_message_t mesg, void *data);
/* Global variables and constants*/
extern
mu_mailbox_t
mbox
;
extern
unsigned
in
t
cursor
;
extern
size_
t
cursor
;
extern
size_t
total
;
extern
FILE
*
ofile
;
extern
int
interactive
;
...
...
Please
register
or
sign in
to post a comment