Mercurial > hg > bitcoin
view src/rpc.h @ 1299:432633b3e50d draft
SetMockTime() for cleaner unit testing
author | Gavin Andresen <gavinandresen@gmail.com> |
---|---|
date | Thu, 15 Sep 2011 08:55:15 -0400 |
parents | 228f8c2d9b70 |
children | 721dddb0eccd |
line wrap: on
line source
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers // 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[]);