#include <stdio.h>
#include <getopt.h>
#include <stdlib.h>
#include "def.h"
#include "berkeleyapi.h"
#include "errorcodes.h"
#include "natblaster_helper.h"
Go to the source code of this file.
Functions | |
int | getArgs (int argc, char *argv[], port_t *helper_port) |
gets arguments from the command line | |
void | printUse () |
prints the program use | |
int | main (int argc, char *argv[]) |
stud entry point |
Definition in file helper.c.
|
gets arguments from the command line uses errorcodes.h for error codes
|
|
stud entry point
Definition at line 61 of file helper.c. References CHECK_FAILED, FAILED, getArgs(), natblaster_server(), port_t, and printUse(). |
|
prints the program use
Definition at line 78 of file helper.c. Referenced by main(). |