kmstartup.h
00001 #ifndef KMSTARTUP
00002 #define KMSTARTUP
00003
00004
00005
00006
00007 extern "C" {
00008
00009 void kmsetSignalHandler(void (*handler)(int));
00010 void kmsignalHandler(int sigId);
00011 void kmcrashHandler(int sigId);
00012
00013 }
00014
00015 namespace KMail
00016 {
00017 void checkConfigUpdates();
00018 void lockOrDie();
00019 void insertLibraryCatalogues();
00020 void cleanup();
00021 }
00022
00023 #endif
00024
00025
00026
00027
00028
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Apr 26 23:23:25 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003