feather/src/utils/whonix.h
dsc 133700160a Feather, a free Monero desktop wallet
Co-Authored-By: tobtoht <thotbot@protonmail.com>
2020-10-08 04:31:22 +02:00

13 lines
212 B
C

// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2020, The Monero Project.
#ifndef FEATHER_WHONIX_H
#define FEATHER_WHONIX_H
struct WhonixOS {
static bool detect();
};
#endif //FEATHER_WHONIX_H