diff options
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h index a9831c41..d0f4d336 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -118,6 +118,7 @@ - (void)export; - (void)exportFile:(int)tag; - (void)savePanelDidEnd:(NSSavePanel *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; +- (void)exportBackgroundProcess:(NSDictionary *)exportAction; // Import methods - (void)importFile; |