X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fmime.h;h=0853986252b8f3cf7c65fe57728541f3f49cd592;hb=ea5f276a69989d4e5797b49083322bac2c9a820c;hp=60481d549f1d05b369a9eb6da87bb06a43802324;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/common/mime.h b/source/common/mime.h index 60481d5..0853986 100644 --- a/source/common/mime.h +++ b/source/common/mime.h @@ -1,7 +1,25 @@ +// mime.h - MIME subroutines header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include -#ifndef MIME_H -#define MIME_H +#ifndef MIMEGEN_H +#define MIMEGEN_H wxString GetMIME(wxString FilenameInc);