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
2b884091
...
2b884091603526548d0ac1dbd6567ceee9a60559
authored
2006-01-25 14:08:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_registrar_lookup): Changed declaration.
(mu_0_6_registrar_lookup): New prototype.
1 parent
8ecdc99e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
include/mailutils/registrar.h
include/mailutils/registrar.h
View file @
2b88409
...
...
@@ -48,7 +48,10 @@ struct _mu_record
extern
int
mu_registrar_get_iterator
(
mu_iterator_t
*
);
extern
int
mu_registrar_get_list
(
mu_list_t
*
)
__attribute__
((
deprecated
));
extern
int
mu_registrar_lookup
(
const
char
*
name
,
mu_record_t
*
precord
,
int
flags
);
extern
int
mu_registrar_lookup
(
const
char
*
name
,
int
flags
,
mu_record_t
*
precord
,
int
*
pflags
);
extern
int
mu_0_6_registrar_lookup
(
const
char
*
name
,
mu_record_t
*
precord
,
int
flags
);
extern
int
mu_registrar_record
(
mu_record_t
);
extern
int
mu_unregistrar_record
(
mu_record_t
);
...
...
Please
register
or
sign in
to post a comment