aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/pop
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-08-13 14:53:51 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-08-13 14:53:51 -0600
commit38d848cb9c8d64e910804b7b6d559a9a31d2ad99 (patch)
treed249b20e796b5927842b2712086ab9c3bc438a47 /src/objc/pop
parent988fe081b340e5c1040a6d78db793107972c7bfb (diff)
NNTP support
Diffstat (limited to 'src/objc/pop')
-rw-r--r--src/objc/pop/MCOPOP.h2
-rw-r--r--src/objc/pop/MCOPOPSession.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/pop/MCOPOP.h b/src/objc/pop/MCOPOP.h
index 18074305..5a75ff4f 100644
--- a/src/objc/pop/MCOPOP.h
+++ b/src/objc/pop/MCOPOP.h
@@ -6,7 +6,7 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef MAILCORE_MCOPOP_H_
+#ifndef MAILCORE_MCOPOP_H
#define MAILCORE_MCOPOP_H
diff --git a/src/objc/pop/MCOPOPSession.h b/src/objc/pop/MCOPOPSession.h
index ebfa5ad2..5aff24a6 100644
--- a/src/objc/pop/MCOPOPSession.h
+++ b/src/objc/pop/MCOPOPSession.h
@@ -88,7 +88,7 @@ See MCOConnectionType for more information.*/
[op start:^(NSError * error, MCOMessageHeader * header) {
// header is the parsed header of the message.
}];
-*/
+*/
- (MCOPOPFetchHeaderOperation *) fetchHeaderOperationWithIndex:(unsigned int)index;
/**