#ifndef __TTYREC_H__ #define __TTYREC_H__ #include #include typedef struct header { struct timeval tv; size_t len; } Header; #endif