Raven Core
3.0.0
P2P Digital Currency
|
#include "chainparams.h"
#include "clientversion.h"
#include "compat.h"
#include "fs.h"
#include "rpc/server.h"
#include "init.h"
#include "noui.h"
#include "scheduler.h"
#include "util.h"
#include "httpserver.h"
#include "httprpc.h"
#include "utilstrencodings.h"
#include <boost/thread.hpp>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | WaitForShutdown (boost::thread_group *threadGroup) |
bool | AppInit (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
bool AppInit | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 64 of file ravend.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
void WaitForShutdown | ( | boost::thread_group * | threadGroup | ) |
Definition at line 44 of file ravend.cpp.