diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-23 19:46:26 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-23 19:46:26 +0100 |
commit | 758aabd96c0f09709183dff4261ffbfdd72ae870 (patch) | |
tree | 75d17bb906331213d5107a6be6446f58f0251541 /lib | |
parent | 4821612c94f9e935a6e841f6bcace9465dd2ad78 (diff) | |
parent | 7fb23041a52d01754c53ba963e2282e524813364 (diff) |
Merge commit '7fb23041a52d01754c53ba963e2282e524813364' into thread-next
Diffstat (limited to 'lib')
-rw-r--r-- | lib/birdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/birdlib.h b/lib/birdlib.h index 5ecd19ca..d7b394ce 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -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 */ |