#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <unistd.h>
#include <rfb/rfb.h>
#include <pwd.h>
#include "config.h"
#include "veronica.h"
Defines | |
#define | VERONICA_USER "fidelio" |
Functions | |
void | usage () |
int | main (int argc, char **argv) |
#define VERONICA_USER "fidelio" |
User name of Veronica user.
void usage | ( | ) |
Print usage text and command line options.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Program entrance.
Multiple things happen here:
argc | command line arguments count | |
argv | command line arguments |