version 1.10, 2025/04/15 14:39:06
|
version 1.11, 2025/04/15 14:56:20
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.11 2025/04/15 14:56:20 snw |
|
* Fix broken build due to missing declarations |
|
* |
* Revision 1.10 2025/04/15 14:39:06 snw |
* Revision 1.10 2025/04/15 14:39:06 snw |
* Further improvements to logging |
* Further improvements to logging |
* |
* |
Line 65
|
Line 68
|
#endif |
#endif |
|
|
#include "mpsdef.h" |
#include "mpsdef.h" |
|
#include "log.h" /* for logging constants */ |
|
#include "init.h" /* for cleanup() */ |
|
|
short log_threshold_file; |
short log_threshold_file; |
short log_threshold_syslog; |
short log_threshold_syslog; |