X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconvert.h;h=a1e4b40119edfd2dc7bcbaa3536898bdf951bf64;hp=af99f8c5b2adb99e8e443f8e1c5bf0edf82aac49;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=2934c09b149efeb7f0dd7b5f2e8c12a578b05da4 diff --git a/source/convert.h b/source/convert.h index af99f8c..a1e4b40 100644 --- a/source/convert.h +++ b/source/convert.h @@ -31,7 +31,10 @@ enum ConvertResult { CONVERTRESULT_INVALIDINPUTFORMAT, CONVERTRESULT_INVALIDOUTPUTFORMAT, CONVERTRESULT_INPUTFILEMISSING, + CONVERTRESULT_INPUTFILEEMPTY, + CONVERTRESULT_INPUTFILEINVALIDFORMAT, CONVERTRESULT_INPUTFILEERROR, + CONVERTRESULT_OUTPUTFILEERROR }; ConvertResult ConvertContact(wxString InputFormat, wxString ExportFormat,