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
911d4ea6
...
911d4ea66214ea337f4765682023c2877a9ad46e
authored
2001-08-31 07:12:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed mu_.*getpwnam declarations. Added declaration for mu_virtual_domain and getpwnam_virtual().
1 parent
c74ba0ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
911d4ea
...
...
@@ -66,12 +66,16 @@ extern size_t util_cpystr __P ((char *dst, const char *src, size_t size));
struct
passwd
;
extern
void
mu_register_getpwnam
__P
((
struct
passwd
*
(
*
fun
)
__P
((
const
char
*
))));
extern
struct
passwd
*
mu_getpwnam
__P
((
const
char
*
name
));
extern
void
mu_register_getpwnam
__P
((
struct
passwd
*
(
*
fun
)
__P
((
const
char
*
))));
extern
struct
passwd
*
mu_getpwnam
__P
((
const
char
*
name
));
extern
int
mu_virtual_domain
;
extern
struct
passwd
*
getpwnam_virtual
__P
((
const
char
*
u
));
#ifdef __cplusplus
}
#endif
#endif
/* _MAILUTILS_MUTIL_H */
...
...
Please
register
or
sign in
to post a comment