aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/MCTMsgListViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/MCTMsgListViewController.h')
-rw-r--r--example/mac/macExample/macExample/MCTMsgListViewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/mac/macExample/macExample/MCTMsgListViewController.h b/example/mac/macExample/macExample/MCTMsgListViewController.h
index 4730e4fc..2998f1a2 100644
--- a/example/mac/macExample/macExample/MCTMsgListViewController.h
+++ b/example/mac/macExample/macExample/MCTMsgListViewController.h
@@ -19,6 +19,6 @@
NSArray * _messages;
}
-- (void) connect;
+- (void) connectWithHostname:(NSString *)hostname login:(NSString *)login password:(NSString *)password;
@end