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
a83c767b
...
a83c767b9765211ca1b06d84644014c199777bb9
authored
2001-10-23 22:29:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Prototype for mu_get_user_email.
1 parent
bb98dcbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
a83c767
...
...
@@ -72,6 +72,8 @@ extern struct passwd * mu_getpwnam __P((const char *name));
extern
int
mu_virtual_domain
;
extern
struct
passwd
*
getpwnam_virtual
__P
((
const
char
*
u
));
extern
char
*
mu_get_user_email
__P
((
char
*
name
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment