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
8419600f
...
8419600fb695eb0546f2e9a70a6fade5f4e445aa
authored
2001-11-01 15:28:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added declaration for mu_normalize_path().
1 parent
666a74df
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 @
8419600
...
...
@@ -74,6 +74,7 @@ extern int mu_virtual_domain;
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
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment