#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 |
| #define ARRAY_SIZEOF | ( | x | ) | (sizeof(x) / sizeof((x)[0])) |
| void open_proxy | ( | OPM_T * | scanner, | |
| OPM_REMOTE_T * | remote, | |||
| int | notused, | |||
| void * | data | |||
| ) |
| void negotiation_failed | ( | OPM_T * | scanner, | |
| OPM_REMOTE_T * | remote, | |||
| int | notused, | |||
| void * | data | |||
| ) |
| void timeout | ( | OPM_T * | scanner, | |
| OPM_REMOTE_T * | remote, | |||
| int | notused, | |||
| void * | data | |||
| ) |
| void end | ( | OPM_T * | scanner, | |
| OPM_REMOTE_T * | remote, | |||
| int | notused, | |||
| void * | data | |||
| ) |
| void handle_error | ( | OPM_T * | scanner, | |
| OPM_REMOTE_T * | remote, | |||
| int | err, | |||
| void * | data | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| int complete = 0 |
1.5.4