src/archive_list.h File Reference
Go to the source code of this file.
Define Documentation
#define archive_plugins_for_each |
( |
plugin |
|
) |
|
Value:for (const struct archive_plugin *plugin, \
*const*archive_plugin_iterator = &archive_plugins[0]; \
(plugin = *archive_plugin_iterator) != NULL; \
++archive_plugin_iterator)
Definition at line 27 of file archive_list.h.
Function Documentation
void archive_plugin_deinit_all |
( |
void |
|
) |
|
struct archive_plugin* archive_plugin_from_name |
( |
const char * |
name |
) |
[read] |
struct archive_plugin* archive_plugin_from_suffix |
( |
const char * |
suffix |
) |
[read] |
void archive_plugin_init_all |
( |
void |
|
) |
|
Variable Documentation