move back to original directory structure
[novacoin.git] / src / rpc.h
diff --git a/src/rpc.h b/src/rpc.h
new file mode 100644 (file)
index 0000000..48a7b8a
--- /dev/null
+++ b/src/rpc.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[]);