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
94b2ca6b
...
94b2ca6bbf6756385e61df92860422e2473f9414
authored
2006-06-27 13:08:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_unre_set_regex): First argument is const.
1 parent
bd016009
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
94b2ca6
...
...
@@ -122,7 +122,7 @@ extern char *mu_strcasestr (const char *haystack, const char *needle);
extern
int
mu_string_unfold
(
char
*
text
,
size_t
*
plen
);
extern
int
mu_unre_set_regex
(
char
*
str
,
int
caseflag
,
char
**
errp
);
extern
int
mu_unre_set_regex
(
c
onst
c
har
*
str
,
int
caseflag
,
char
**
errp
);
extern
int
mu_unre_subject
(
const
char
*
subject
,
const
char
**
new_subject
);
extern
char
*
mu_charset_lookup
(
char
*
lang
,
char
*
terr
);
...
...
Please
register
or
sign in
to post a comment