00001 00010 /* {{{ Initial headers */ 00011 /* 00012 * $LastChangedDate$ 00013 * $LastChangedRevision$ 00014 * $LastChangedBy$ 00015 * 00016 */ 00017 /* }}} */ 00018 00019 #ifndef __FO_TID_INDEX_H 00020 #define __FO_TID_INDEX_H 00021 00025 typedef struct s_mid_index { 00026 int32_t year; 00027 int32_t month; 00028 u_int64_t start; 00029 u_int64_t end; 00030 } t_tid_index; 00031 00032 #endif 00033 00034 /* eof */
1.3.5