summaryrefslogtreecommitdiff
path: root/straus.h
blob: 3347677910113979e3b9d543776eb979cf5d0e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Strauss awareness interface declarations.
 *
 * Copyright (c) 2018-2019 The strace developers.
 * All rights reserved.
 *
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#ifndef STRACE_STRAUS_H
#define STRACE_STRAUS_H

enum { STRAUS_START_VERBOSITY = 5 };

extern const size_t straus_lines;
extern bool show_tips;

extern void print_straus(size_t verbosity);
extern void print_totd(void);

#endif /* STRACE_STRAUS_H */