projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add AES-256-GCM support to SPTPS.
[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