#include "setup.h"#include <stdio.h>#include "opm.h"#include "opm_error.h"#include "opm_types.h"#include "compat.h"#include <unistd.h>Defines | |
| #define | ARRAY_SIZEOF(x) (sizeof(x) / sizeof((x)[0])) |
Functions | |
| void | open_proxy (OPM_T *, OPM_REMOTE_T *, int, void *) |
| void | negotiation_failed (OPM_T *, OPM_REMOTE_T *, int, void *) |
| void | timeout (OPM_T *, OPM_REMOTE_T *, int, void *) |
| void | end (OPM_T *, OPM_REMOTE_T *, int, void *) |
| void | handle_error (OPM_T *, OPM_REMOTE_T *, int, void *) |
| int | main (int argc, char **argv) |
Variables | |
| int | complete = 0 |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.9.1