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
d5488deb
...
d5488deb04dc6827296868d6a9f922957cdadad3
authored
2003-12-25 10:51:01 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(filter_prog_stream_create): New function.
1 parent
166d84b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/stream.h
include/mailutils/stream.h
View file @
d5488de
...
...
@@ -56,6 +56,8 @@ extern int stdio_stream_create __P ((stream_t *stream, FILE* stdio,
int
flags
));
extern
int
prog_stream_create
__P
((
stream_t
*
stream
,
char
*
progname
,
int
flags
));
int
filter_prog_stream_create
__P
((
stream_t
*
stream
,
char
*
progname
,
stream_t
input
));
extern
void
stream_destroy
__P
((
stream_t
*
,
void
*
owner
));
...
...
Please
register
or
sign in
to post a comment