]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/cli/JubCLIUI.h
Move away from BOOL
[jubjub.git] / src / gui / cli / JubCLIUI.h
index b610d0a18bce9c4a1a35c09e00c3f5534aff7efd..20cd1190f17305749bd4435e11035d73002658be 100644 (file)
@@ -2,6 +2,7 @@
 #import <ObjXMPP/ObjXMPP.h>
 
 #import "JubUI.h"
+#import "linenoise.h"
 
 @class JubCLIChatUI;
 @class JubChatClient;
        JubChatClient *_client;
        XMPPContactManager *_contactManager;
        OFMutableDictionary *_commands;
+       OFMutableSet *_subRequests;
 }
 @property (readonly) JubChatClient *client;
 @property (readonly) XMPPContact *lastIn;
 @property (retain) JubCLIChatUI *sink;
+@property (readonly) OFMutableSet *subRequests;
 
-- (BOOL)Jub_userInputWithStream: (OFStream*)stream
+- (bool)Jub_userInputWithStream: (OFStream*)stream
                           line: (OFString*)line
                      exception: (OFException*)exception;
 - (void)addCommand: (id<JubCLICommand>)command;