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
5a2746be
...
5a2746be7c2de1c87e892b15add003f89d959737
authored
2002-04-10 13:26:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Prototypes for general-purpose retrieval functions.
1 parent
af14afac
Show 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 @
5a2746b
...
...
@@ -26,6 +26,7 @@
#include <time.h>
#include <mailutils/mu_features.h>
#include <mailutils/list.h>
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -79,6 +80,11 @@ extern char * mu_getcwd __P((void));
extern
int
mu_spawnvp
(
const
char
*
prog
,
const
char
*
const
av
[],
int
*
stat
);
typedef
void
*
(
*
mu_retrieve_fp
)
__P
((
void
*
));
extern
void
mu_register_retriever
__P
((
list_t
*
pflist
,
mu_retrieve_fp
fun
));
extern
void
*
mu_retrieve
__P
((
list_t
flist
,
void
*
data
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment