Go to the source code of this file.
|
| osp_connection_t * | osp_connection_new (const char *, int, const char *, const char *, const char *) |
| |
| int | osp_get_version (osp_connection_t *, char **, char **, char **, char **, char **, char **) |
| |
| char * | osp_start_scan (osp_connection_t *, const char *, GHashTable *) |
| |
| int | osp_get_scan (osp_connection_t *, const char *, char **, int) |
| |
| int | osp_delete_scan (osp_connection_t *, const char *) |
| |
| int | osp_get_scanner_details (osp_connection_t *, char **, GSList **) |
| |
| osp_param_t * | osp_param_new (void) |
| |
| const char * | osp_param_id (osp_param_t *) |
| |
| const char * | osp_param_name (osp_param_t *) |
| |
| const char * | osp_param_desc (osp_param_t *) |
| |
| const char * | osp_param_default (osp_param_t *) |
| |
| const char * | osp_param_type_str (const osp_param_t *) |
| |
| void | osp_param_free (osp_param_t *) |
| |
| void | osp_connection_close (osp_connection_t *) |
| |
| Enumerator |
|---|
| OSP_PARAM_TYPE_INT |
|
| OSP_PARAM_TYPE_STR |
|
| OSP_PARAM_TYPE_PASSWORD |
|
| OSP_PARAM_TYPE_FILE |
|
| OSP_PARAM_TYPE_BOOLEAN |
|
| OSP_PARAM_TYPE_OVALDEF_FILE |
|
| OSP_PARAM_TYPE_SELECTION |
|
| osp_connection_t* osp_connection_new |
( |
const char * |
, |
|
|
int |
, |
|
|
const char * |
, |
|
|
const char * |
, |
|
|
const char * |
|
|
) |
| |
| int osp_get_version |
( |
osp_connection_t * |
, |
|
|
char ** |
, |
|
|
char ** |
, |
|
|
char ** |
, |
|
|
char ** |
, |
|
|
char ** |
, |
|
|
char ** |
|
|
) |
| |