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
ddb55083
...
ddb550838bc8b98073aecd5ba99de7588ab353fd
authored
2003-08-22 14:02:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_global_sequences_drop): New function
1 parent
e139b351
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
mh/mh_global.c
mh/mh_global.c
View file @
ddb5508
...
...
@@ -145,6 +145,12 @@ _mh_init_global_sequences ()
}
}
void
mh_global_sequences_drop
()
{
sequences
=
NULL
;
}
char
*
mh_global_sequences_get
(
const
char
*
name
,
const
char
*
defval
)
{
...
...
Please
register
or
sign in
to post a comment