create account: link to new lrc

Change-Id: I08b578cc29f0fc8f664763b3aeecb8406a6aa328
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/RingWizardWC.h b/src/RingWizardWC.h
index 62a5ec5..e962630 100644
--- a/src/RingWizardWC.h
+++ b/src/RingWizardWC.h
@@ -21,11 +21,14 @@
 #import "RingWizardChooseVC.h"
 #import "RingWizardNewAccountVC.h"
 #import "RingWizardLinkAccountVC.h"
+#import "LrcModelsProtocol.h"
+#import "AddSIPAccountVC.h"
+
 @interface RingWizardWC : NSWindowController <NSWindowDelegate, NSPathControlDelegate,
     NSOpenSavePanelDelegate, RingWizardChooseDelegate, RingWizardNewDelegate,
-    RingWizardLinkDelegate>
-
-- (void)showChooseWithCancelButton:(BOOL)showCancel;
+    RingWizardLinkDelegate, AddSIPAccountDelegate, LrcModelsProtocol>
+- (void)showChooseWithCancelButton:(BOOL)showCancel andAdvanced:(BOOL)showAdvanced;
 - (void)showNewAccountVC;
 - (void)showLinkAccountVC;
+- (void)showSIPAccountVC;
 @end