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
5e425f04
...
5e425f04eeb5fad1f299fcf449404cef3b061c55
authored
2017-01-04 14:48:12 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Tiny fix in c++ code.
1 parent
9a94d41a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
include/mailutils/cfg.h
libmu_cpp/pop3.cc
include/mailutils/cfg.h
View file @
5e425f0
...
...
@@ -31,7 +31,6 @@
extern
"C"
{
#endif
typedef
enum
mu_cfg_node_type
mu_cfg_node_type_t
;
typedef
struct
mu_cfg_node
mu_cfg_node_t
;
typedef
struct
mu_cfg_tree
mu_cfg_tree_t
;
...
...
libmu_cpp/pop3.cc
View file @
5e425f0
...
...
@@ -205,7 +205,7 @@ Pop3 :: rset ()
}
void
Pop3
::
stat
(
unsigned
in
t
*
count
,
mu_off_t
*
octets
)
Pop3
::
stat
(
size_
t
*
count
,
mu_off_t
*
octets
)
{
int
status
=
mu_pop3_stat
(
pop3
,
count
,
octets
);
if
(
status
)
...
...
Please
register
or
sign in
to post a comment