![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "rpcserver.h"
#include "rpcclient.h"
#include "init.h"
#include "main.h"
#include "noui.h"
#include "ui_interface.h"
#include "util.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
Go to the source code of this file.
Functions | |
void | DetectShutdownThread (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 56 of file anoncoind.cpp.
void DetectShutdownThread | ( | boost::thread_group * | threadGroup | ) |
Definition at line 36 of file anoncoind.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |