Fabcoin Core
0.16.2
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 63 of file fabcoind.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
void WaitForShutdown | ( | boost::thread_group * | threadGroup | ) |
Definition at line 43 of file fabcoind.cpp.