File: ttyrec.h

package info (click to toggle)
ttyrec 1.0.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 228 kB
  • ctags: 74
  • sloc: ansic: 653; makefile: 66
file content (12 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __TTYREC_H__
#define __TTYREC_H__

#include "sys/time.h"

typedef struct header {
    struct timeval tv;
    int len;
} Header;


#endif