#include "nntpgrab_glue.h"#include "nntpgrab_utils.h"Go to the source code of this file.
Typedefs |
|
| typedef struct NNTPGrabAutoImport | NNTPGrabAutoImport |
| typedef struct NNTPGrabAutoImportClass |
NNTPGrabAutoImportClass |
Functions |
|
| NNTPGrabAutoImport * | nntpgrab_automation_auto_import_init (NNTPGrabGlue *glue) |
| void | nntpgrab_automation_auto_import_cleanup (NNTPGrabAutoImport *auto_import) |
| ngboolean | nntpgrab_automation_enable_auto_import (NNTPGrabAutoImport *auto_import, const char *directory, char **errmsg) |
| void | nntpgrab_automation_disable_auto_import (NNTPGrabAutoImport *auto_import) |
| void | nntpgrab_automation_import_nzb_file (NNTPGrabGlue *glue, NZB *nzbfile, const char *collection_name, char **warnings) |
| typedef struct NNTPGrabAutoImport NNTPGrabAutoImport |
| typedef struct NNTPGrabAutoImportClass NNTPGrabAutoImportClass |
| void nntpgrab_automation_auto_import_cleanup | ( | NNTPGrabAutoImport * | auto_import | ) |
| NNTPGrabAutoImport* nntpgrab_automation_auto_import_init | ( | NNTPGrabGlue * | glue | ) |
| void nntpgrab_automation_disable_auto_import | ( | NNTPGrabAutoImport * | auto_import | ) |
| ngboolean nntpgrab_automation_enable_auto_import | ( | NNTPGrabAutoImport * | auto_import, | |
| const char * | directory, | |||
| char ** | errmsg | |||
| ) |
| void nntpgrab_automation_import_nzb_file | ( | NNTPGrabGlue * | glue, | |
| NZB * | nzbfile, | |||
| const char * | collection_name, | |||
| char ** | warnings | |||
| ) |