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
8f1f2636
...
8f1f2636ce80345822d652de01a2fc80a97556e7
authored
2002-08-04 08:11:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_print_flags,util_attribute_to_type,util_attribute_matches_flag): New prototypes.
1 parent
08d86aef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
8f1f263
...
...
@@ -247,6 +247,10 @@ extern char *util_localname __P((void));
extern
int
util_wcard_match
__P
((
const
char
*
string
,
const
char
*
pattern
,
const
char
*
delim
));
void
util_print_flags
__P
((
attribute_t
attr
));
int
util_attribute_to_type
__P
((
const
char
*
item
,
int
*
type
));
int
util_type_to_attribute
__P
((
int
type
,
char
**
attr_str
));
int
util_attribute_matches_flag
__P
((
attribute_t
attr
,
const
char
*
item
));
#ifdef __cplusplus
...
...
Please
register
or
sign in
to post a comment