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
14594002
...
14594002025feb32aeea35bd4efe3023c7cdf0e2
authored
2001-08-30 15:40:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Prototypes for the new functions.
1 parent
521dc384
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
1459400
...
...
@@ -64,6 +64,12 @@ extern char * mu_tilde_expansion __P ((const char *ref, const char *delim, const
extern
size_t
util_cpystr
__P
((
char
*
dst
,
const
char
*
src
,
size_t
size
));
struct
passwd
;
void
mu_register_getpwnam
__P
((
struct
passwd
*
(
*
fun
)
__P
((
char
*
))));
struct
password
*
mu_getpwnam
__P
((
const
char
*
name
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment