Public Member Functions | |
| oscap_stream_type_t | oscap_import_source_get_type (const struct oscap_import_source *item) |
| Get type of this import source. | |
| const char * | oscap_import_source_get_name (const struct oscap_import_source *item) |
| Get name of this import source. | |
| struct oscap_import_source * | oscap_import_source_new_file (const char *filename, const char *encoding) |
| Function returns new import source structure, or NULL if an error occurred. | |
| struct oscap_import_source * | oscap_import_source_new_URL (const char *url, const char *encoding) |
| Function returns new import source structure, or NULL if an error occurred. | |
| void | oscap_import_source_free (struct oscap_import_source *target) |
| Destroy this import source structure. | |
Data Fields | |
| oscap_stream_type_t | type |
| char * | encoding |
| char * | name |
1.6.1