GitHub CI: update list of container images
[tinc] / src / console.h
1 #ifndef TINC_CONSOLE_H
2 #define TINC_CONSOLE_H
3
4 #include "system.h"
5
6 // true if stderr supports ANSI escape sequences.
7 extern bool use_ansi_escapes(FILE *out);
8
9 #endif // TINC_CONSOLE_H