Commit 5e425f04 5e425f04eeb5fad1f299fcf449404cef3b061c55 by Sergey Poznyakoff

Tiny fix in c++ code.

1 parent 9a94d41a
......@@ -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;
......
......@@ -205,7 +205,7 @@ Pop3 :: rset ()
}
void
Pop3 :: stat (unsigned int* count, mu_off_t* octets)
Pop3 :: stat (size_t* count, mu_off_t* octets)
{
int status = mu_pop3_stat (pop3, count, octets);
if (status)
......