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
ebee00ed
...
ebee00ed9581b62f40b6a70d0ec74114c6f478cb
authored
2005-10-30 18:37:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_0_6_folder_list,mu_0_6_folder_lsub,mu_0_6_folder_list_destroy): Compatibility functions.
1 parent
16cf545a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
include/mailutils/folder.h
include/mailutils/folder.h
View file @
ebee00e
...
...
@@ -74,6 +74,21 @@ extern int mu_folder_decrement (mu_folder_t);
extern
void
mu_list_response_free
(
void
*
data
);
/* Deprecated calls */
struct
mu_0_6_folder_list
{
struct
mu_list_response
**
element
;
size_t
num
;
};
extern
int
mu_0_6_folder_list
(
mu_folder_t
,
const
char
*
,
const
char
*
,
struct
mu_0_6_folder_list
*
)
__attribute__
((
deprecated
));
extern
int
mu_0_6_folder_lsub
(
mu_folder_t
,
const
char
*
,
const
char
*
,
struct
mu_0_6_folder_list
*
)
__attribute__
((
deprecated
));
extern
int
mu_0_6_folder_list_destroy
(
struct
mu_0_6_folder_list
*
)
__attribute__
((
deprecated
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment