diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-03 20:53:56 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-03 22:29:26 +0200 |
| commit | 8fe2308b34c444f74fed453133e0ada34ed9dd23 (patch) | |
| tree | f000bc9b16af06041099729c69c24b80dd81326c /src/bitcoinrpc.h | |
| parent | move another setPlaceHolderText to 4.7+ only code (diff) | |
| download | discoin-8fe2308b34c444f74fed453133e0ada34ed9dd23.tar.xz discoin-8fe2308b34c444f74fed453133e0ada34ed9dd23.zip | |
windows build fixes
Diffstat (limited to 'src/bitcoinrpc.h')
| -rw-r--r-- | src/bitcoinrpc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h new file mode 100644 index 000000000..48a7b8a8a --- /dev/null +++ b/src/bitcoinrpc.h @@ -0,0 +1,6 @@ +// Copyright (c) 2010 Satoshi Nakamoto +// Distributed under the MIT/X11 software license, see the accompanying +// file license.txt or http://www.opensource.org/licenses/mit-license.php. + +void ThreadRPCServer(void* parg); +int CommandLineRPC(int argc, char *argv[]); |