#include <glib.h>
#include <utils/utils.h>
#include <sed/sed_sedflux.h>
Go to the source code of this file.
Defines | |
#define | COMPACT_ERROR compact_error_quark() |
#define | COMPACTION_PROGRAM_NAME "compact" |
#define | COMPACTION_MAJOR_VERSION 1 |
#define | COMPACTION_MINOR_VERSION 0 |
#define | COMPACTION_MICRO_VERSION 0 |
Enumerations | |
enum | Compact_error { COMPACT_ERROR_INPUT_FILE } |
Functions | |
GQuark | compact_error_quark (void) |
int | compact (Sed_column col) |
#define COMPACT_ERROR compact_error_quark() |
#define COMPACTION_PROGRAM_NAME "compact" |
enum Compact_error |