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
e1317081
...
e13170811ad6eac877a27e8ee76e46ba09908f1f
authored
2002-06-27 09:17:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_expand_path_pattern): new prototype.
1 parent
7bbed970
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
e131708
...
...
@@ -118,6 +118,9 @@ extern void mu_register_retriever __P((list_t *pflist, mu_retrieve_fp fun));
extern
void
*
mu_retrieve
__P
((
list_t
flist
,
void
*
data
));
extern
int
mu_unroll_symlink
__P
((
char
*
out
,
size_t
outsz
,
const
char
*
in
));
extern
char
*
mu_expand_path_pattern
__P
((
const
char
*
pattern
,
const
char
*
username
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment