File: taper.h

package info (click to toggle)
taper 6.9rb-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,508 kB
  • ctags: 1,596
  • sloc: ansic: 15,921; perl: 1,330; makefile: 248; sh: 15
file content (61 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
   Time-stamp: <97/04/20 10:04:17 yusuf>

   $Id: taper.h,v 1.14 1997/06/29 01:31:26 yusuf Exp $
*/


/* Functions in tapeio.h */

#define __FROM_MAIN__

#include "config.h"
#include "version.h"
#include <stdlib.h>
#ifdef ASM_STRING
  #include <linux/string.h>
#else
  #include <string.h>
#endif

#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <utime.h>
#include <time.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/mtio.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>
#include <sys/mount.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <curses.h>
#include <form.h>

#include "select_box.h"
#include "compress/lzrw3.h"
#include "compress/gzip.h"
#include "non-ansi.h"
#include "defaults.h"
#include "structs.h"
#include "vars.h"
#include "common.h"
#include "tapeio.h"
#include "endianize.h"
#include "library.h"
#include "fifo.h"
#include "rmt.h"


#include <stdio.h>
#include <sys/types.h>
#include <signal.h>