#include "config.h"#include <sys/types.h>#include <sys/socket.h>#include <sys/stat.h>#include <syslog.h>#include <cstdlib>#include <unistd.h>#include <csignal>#include "diagnostics.h"#include "error_numbers.h"#include "str_util.h"#include "util.h"#include "unix_util.h"#include "prefs.h"#include "filesys.h"#include "network.h"#include "client_state.h"#include "file_names.h"#include "log_flags.h"#include "client_msgs.h"#include "http_curl.h"#include "sandbox.h"#include "main.h"

Functions | |
| int | finalize () |
| void | show_message (PROJECT *p, char *msg, int priority) |
| int | initialize () |
| int | boinc_main_loop () |
| int | main (int argc, char **argv) |
Variables | |
| const char * | BOINC_RCSID_f02264aefe = "$Id: main.cpp 16069 2008-09-26 18:20:24Z davea $" |
| int boinc_main_loop | ( | ) |


| int finalize | ( | ) |


| int initialize | ( | ) |


| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |

| void show_message | ( | PROJECT * | p, | |
| char * | msg, | |||
| int | priority | |||
| ) |

| const char* BOINC_RCSID_f02264aefe = "$Id: main.cpp 16069 2008-09-26 18:20:24Z davea $" |
1.5.6