blob: c7e4aaa1e1b7ad3681ba202d954901a6fa6f8bc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) 2013 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_NOUI_H
#define BITCOIN_NOUI_H
extern void noui_connect();
#endif // BITCOIN_NOUI_H
|