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
7e409fbc
...
7e409fbc6a86d401b51c04dfc01ed35b3934747e
authored
2002-01-15 21:54:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_normalize_maildir) Added prototype.
1 parent
583dce7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
7e409fb
...
...
@@ -75,6 +75,7 @@ extern struct passwd * getpwnam_virtual __P((const char *u));
extern
char
*
mu_get_user_email
__P
((
char
*
name
));
extern
char
*
mu_normalize_path
__P
((
char
*
path
,
const
char
*
delim
));
extern
char
*
mu_normalize_maildir
__P
((
const
char
*
dir
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment