diff options
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h index 7a794f8e..830dc36e 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -101,6 +101,8 @@ - (IBAction)chooseFavorite:(id)sender; - (id)selectedFavorite; - (NSString *)selectedFavoritePassword; +- (void)connectSheetAddToFavorites:(id)sender; +- (void)connectSheetRemoveFromFavorites:(id)sender; - (void)addToFavoritesHost:(NSString *)host socket:(NSString *)socket user:(NSString *)user password:(NSString *)password port:(NSString *)port database:(NSString *)database |