aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.h
blob: 14a791be67bfc98a83a38fd05778793b6b5d7f88 (plain)
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
/*
 * tty.h:
 *
 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

/*
 * $Id$
 */

/*
 * $Log$
 * Revision 1.1  2008/02/06 20:26:58  james
 * *** empty log message ***
 *
 */

#ifndef __TTY_H__
#define __TTY_H__

typedef struct {
	int fd;
} TTY;

#endif /* __TTY_H__ */