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
df69c3f0
...
df69c3f00f93523c59952ccb97fa1bc7a59b56c3
authored
2001-08-05 13:49:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Prototypes for port functions.
1 parent
a23269fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
libmu_scm/mu_scm.h
libmu_scm/mu_scm.h
View file @
df69c3f
...
...
@@ -58,3 +58,6 @@ extern SCM mu_scm_body_create __P((SCM mesg, body_t body));
extern
void
mu_scm_address_init
__P
((
void
));
extern
void
mu_scm_logger_init
__P
((
void
));
extern
void
mu_scm_port_init
__P
((
void
));
extern
SCM
mu_port_make_from_stream
__P
((
SCM
msg
,
stream_t
stream
,
long
mode
));
...
...
Please
register
or
sign in
to post a comment