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
bbbb66d7
...
bbbb66d7d8f1f00eb66337d431511c847d43549c
authored
2001-08-03 19:04:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Prototypes for mu_scm_address_init() and mu_scm_logger_init().
1 parent
b6a88017
Hide 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 @
bbbb66d
...
...
@@ -55,3 +55,6 @@ extern const message_t mu_scm_message_get __P((SCM MESG));
extern
int
mu_scm_is_body
__P
((
SCM
scm
));
extern
void
mu_scm_body_init
__P
((
void
));
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
));
...
...
Please
register
or
sign in
to post a comment