00001 #ifndef __COMPACT_H__ 00002 #define __COMPACT_H__ 00003 00004 #include <glib.h> 00005 #include <utils/utils.h> 00006 #include <sed/sed_sedflux.h> 00007 00008 typedef enum 00009 { 00010 COMPACT_ERROR_INPUT_FILE 00011 } 00012 Compact_error; 00013 00014 #define COMPACT_ERROR compact_error_quark() 00015 GQuark compact_error_quark( void ); 00016 int compact( Sed_column col ); 00017 00018 #define COMPACTION_PROGRAM_NAME "compact" 00019 #define COMPACTION_MAJOR_VERSION 1 00020 #define COMPACTION_MINOR_VERSION 0 00021 #define COMPACTION_MICRO_VERSION 0 00022 00023 #endif