#include <stdlib.h>#include <stdio.h>#include <string.h>#include <errno.h>#include "intl.h"#include "x_alloc.h"#include "logging.h"#include "lxml.h"#include "configuration.h"#include "identity.h"#include "mta.h"#include "processing.h"#include "folder.h"#include "mailbox.h"#include "foldersview.h"Include dependency graph for configuration.c:

Functions | |
| void | a_Configuration_free (XePConfiguration *configuration) |
| int | Configuration_create (cntree **ntree, XePConfiguration **configuration, int op) |
| XePConfiguration * | a_Configuration_create_from_tree (cntree *ntree) |
| cntree * | a_Configuration_create_tree (XePConfiguration *configuration) |
|
|
Create a configuration structure from an XML tree.
|
Here is the call graph for this function:

|
|
Create an XML tree from a configuration structure .
|
Here is the call graph for this function:

|
|
Release resources used by a configuration structure.
|
Here is the call graph for this function:

|
||||||||||||||||
|
|
Here is the call graph for this function:

1.3.2