wowlet/src/utils/whonix.h

16 lines
263 B
C
Raw Permalink Normal View History

// SPDX-License-Identifier: BSD-3-Clause
2020-12-26 19:56:06 +00:00
// Copyright (c) 2020-2021, The Monero Project.
2021-03-30 09:52:29 +00:00
#ifndef WOWLET_WHONIX_H
#define WOWLET_WHONIX_H
2021-01-21 01:38:21 +00:00
#include <QString>
struct WhonixOS {
static bool detect();
2021-01-21 01:38:21 +00:00
static QString version();
};
2021-03-30 09:52:29 +00:00
#endif //WOWLET_WHONIX_H