#include "jabberd.h"
#include <dirent.h>
Data Structures | |
| struct | base_importspool_struct |
Typedefs | |
| typedef struct base_importspool_struct * | base_importspool_st |
| typedef struct base_importspool_struct | _base_importspool_st |
Functions | |
| void | base_importspool (pool p) |
This module is used internally by jabberd14 if you request it to import data from an existing filespool.
| typedef struct base_importspool_struct _base_importspool_st |
| typedef struct base_importspool_struct * base_importspool_st |
| void base_importspool | ( | pool | p | ) |
load the base_importspool base module by registering a configuration handler for <importspool/>
| p | memory pool used to register the configuration handler (must be available for the livetime of jabberd) |
References log_debug2, LOGT_INIT, register_config(), and ZONE.
Referenced by base_init().
1.5.5