1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit '7fb23041a52d01754c53ba963e2282e524813364' into thread-next

This commit is contained in:
Maria Matejka
2023-01-23 19:46:26 +01:00
10 changed files with 114 additions and 9 deletions

View File

@@ -180,6 +180,7 @@ void bug(const char *msg, ...) NORET;
#define L_BUG "\011" /* BIRD bugs */
void debug(const char *msg, ...); /* Printf to debug output */
void debug_safe(const char *msg); /* Printf to debug output, async-safe */
/* Debugging */