SVN_SILENT made messages (.desktop file)
[kdepim.git] / kmail / kmstartup.h
blob6fbb26ecda0457670ac0a993977dc622306b66e6
1 /*
2 This file is part of KMail, the KDE mail client.
3 Copyright (c) 2000 Don Sanders <sanders@kde.org>
5 KMail is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License, version 2, as
7 published by the Free Software Foundation.
9 KMail is distributed in the hope that it will be useful, but
10 WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 General Public License for more details.
14 You should have received a copy of the GNU General Public License along
15 with this program; if not, write to the Free Software Foundation, Inc.,
16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 #ifndef KMSTARTUP
19 #define KMSTARTUP
21 #include "kmail_export.h"
23 extern "C" {
24 KMAIL_EXPORT void kmsetSignalHandler( void (*handler)(int) );
25 KMAIL_EXPORT void kmsignalHandler( int sigId );
26 KMAIL_EXPORT void kmcrashHandler( int sigId );
29 namespace KMail {
30 KMAIL_EXPORT void checkConfigUpdates();
31 KMAIL_EXPORT void insertLibraryCataloguesAndIcons();
34 #endif