Index: src/ch/CustomCopyDlg.h =================================================================== diff -u -N -rba802caea92ee56a154d1da3fe89a4b2f7875f0e -r503a68180cbb933c97e9af965744bf106994c05a --- src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision ba802caea92ee56a154d1da3fe89a4b2f7875f0e) +++ src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision 503a68180cbb933c97e9af965744bf106994c05a) @@ -52,6 +52,9 @@ void SetBuffersizesString(); + bool HasBasicTaskData(); + void UpdateInternalTaskDefinition(); + // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnAddDirectoryButton(); @@ -72,6 +75,7 @@ afx_msg void OnImportButton(); afx_msg void OnIgnorefoldersCheck(); afx_msg void OnForcedirectoriesCheck(); + afx_msg void OnExportButtonClicked(); DECLARE_MESSAGE_MAP()