#include "stmt/statement.h"
Include dependency graph for n4lib.h:
Go to the source code of this file.
Defines | |
#define | N4LIB_ERROR_FILE -9701 |
#define | N4LIB_ERROR_MEM -9703 |
#define | N4LIB_ERROR_SYNTAX -9702 |
Typedefs | |
typedef void(* | N4ProgressCallback )(double percent, char *message, void *data) |
Callback, calling periodically on dumping and restoring of N4 data. | |
Functions | |
int | n4lib_read (char *filename, Statement **result, N4ProgressCallback cb, void *data) |
Reads N4 file. | |
int | n4lib_save (char *filename, Statement *stmts, int opts, N4ProgressCallback cb, void *data) |
Saves N4 file. |
|
|
|
|
|
|
|
Callback, calling periodically on dumping and restoring of N4 data.
|
|
Reads N4 file.
|
|
Saves N4 file.
|