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
a48af6aa
...
a48af6aaea4525c577afceb52d3f614fe0df64b4
authored
2002-05-16 11:18:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_scm_init): Init mu_util.c.
1 parent
496e0107
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmu_scm/mu_scm.c
libmu_scm/mu_scm.c
View file @
a48af6a
...
...
@@ -85,7 +85,7 @@ mu_scm_init ()
for
(
i
=
0
;
attr_kw
[
i
].
name
;
i
++
)
scm_sysintern
(
attr_kw
[
i
].
name
,
SCM_MAKINUM
(
attr_kw
[
i
].
value
));
mu_scm_mutil_init
();
mu_scm_mailbox_init
();
mu_scm_message_init
();
mu_scm_address_init
();
...
...
Please
register
or
sign in
to post a comment