view src/bitcoinrpc.h @ 1505:d54fc7452031 draft

Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.
author Gavin Andresen <gavinandresen@gmail.com>
date Tue, 15 Nov 2011 14:30:15 -0500
parents eea709595ed2
children 20667468f95b 2905cb7f86c2
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[]);