![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "clientversion.h"#include "fs.h"#include "init.h"#include "main.h"#include "masternodeconfig.h"#include "noui.h"#include "rpc/server.h"#include "guiinterface.h"#include "util.h"#include "httpserver.h"#include "httprpc.h"#include <boost/algorithm/string/predicate.hpp>#include <boost/thread.hpp>#include <stdio.h>Go to the source code of this file.
Functions | |
| void | WaitForShutdown () |
| bool | AppInit (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
| bool AppInit | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 61 of file prcycoind.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void WaitForShutdown | ( | ) |
1.8.17