#include "nntpgrab_plugin_base.h"Go to the source code of this file.
        Data Structures | 
    |
| struct | _plugin_unpack_imported_funcs | 
        Typedefs | 
    |
| typedef struct _plugin_unpack_imported_funcs  | 
      PluginUnpackImportedFuncs | 
        Functions | 
    |
| gboolean | nntpgrab_plugin_unpack_initialize (PluginUnpackImportedFuncs funcs) | 
| Initialize the plugin.  | 
    |
| int | nntpgrab_plugin_unpack_get_version (void) | 
| Return the API version of the plugin.  | 
    |
| gboolean | nntpgrab_plugin_unpack_do_unpack (const char *filename, const char *target_directory, char **errmsg) | 
| Unpack a file and save it in the given directory.  | 
    |
| typedef struct _plugin_unpack_imported_funcs PluginUnpackImportedFuncs | 
| gboolean nntpgrab_plugin_unpack_do_unpack | ( | const char * | filename, | |
| const char * | target_directory, | |||
| char ** | errmsg | |||
| ) | 
Unpack a file and save it in the given directory.
| int nntpgrab_plugin_unpack_get_version | ( | void | ) | 
Return the API version of the plugin.
This is used to verify that the plugin is compatible with the interface the NNTPGrab Core expects
| gboolean nntpgrab_plugin_unpack_initialize | ( | PluginUnpackImportedFuncs | funcs | ) | 
Initialize the plugin.