1 #ifndef __M_JUSTAG_H 2 #define __M_JUSTAG_H 3 4 // globale Variable: legt fest ob das JustageLog geschrieben wird 5 // definiert in m_justag.cpp 6 extern bool bWriteLogfile; 7 8 // globale Funktion um Statusmeldungen in das Logfile 9 // die Automatische Justage schreiben 10 void WriteToJustageLog(char* buf); 11 12 13 #endif 14 15