summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/panic.h
blob: d44d2b4e126efbbf02c8292333b6b34d66a0db68 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Rafael Roquetto <rafael.roquetto@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef PANIC_H
#define PANIC_H

void panic(const char *fmt, ...);
void justified_worry(const char *fmt, ...);

#endif // PANIC_H