aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-08-20 00:13:21 -0700
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-08-20 00:13:21 -0700
commit0507cdef36d13e08db7d9bed0c25c0b5bf4ad541 (patch)
treed9c239bc8ddab1cbdb6e9cb26a863488a778151f /src/core/basetypes
parente235054c381391a0a465bcc3ef806751d6489634 (diff)
parent276566a7b61ed4a248c54a8c9c9ee6a09ddd9008 (diff)
Merge pull request #832 from CodaFi/NNTP
NNTP support
Diffstat (limited to 'src/core/basetypes')
-rw-r--r--src/core/basetypes/MCLibetpanTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/basetypes/MCLibetpanTypes.h b/src/core/basetypes/MCLibetpanTypes.h
index e2027804..fcb8e70a 100644
--- a/src/core/basetypes/MCLibetpanTypes.h
+++ b/src/core/basetypes/MCLibetpanTypes.h
@@ -37,6 +37,7 @@ extern "C" {
struct mailimap_envelope;
typedef struct mailpop3 mailpop3;
typedef struct mailsmtp mailsmtp;
+ typedef struct newsnntp newsnntp;
struct mailsem;
#ifdef __cplusplus
}