aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 00:44:07 +0000
committerjames <>2008-02-07 00:44:07 +0000
commit9de8271b7ff6749da455c0224c16962c85d971ec (patch)
tree0a21303853cd5d18ca842479fc8eca948fe8051a /src/tty.h
parente76b1659fd1adbc4bbf6cda15ee885fcbf6c5057 (diff)
downloadsympathy-9de8271b7ff6749da455c0224c16962c85d971ec.tar.gz
sympathy-9de8271b7ff6749da455c0224c16962c85d971ec.tar.bz2
sympathy-9de8271b7ff6749da455c0224c16962c85d971ec.zip
*** empty log message ***
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/tty.h b/src/tty.h
index 14a791b..1da8339 100644
--- a/src/tty.h
+++ b/src/tty.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.2 2008/02/07 00:43:27 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/06 20:26:58 james
* *** empty log message ***
*
@@ -20,8 +23,9 @@
#ifndef __TTY_H__
#define __TTY_H__
-typedef struct {
- int fd;
+typedef struct
+{
+ int fd;
} TTY;
#endif /* __TTY_H__ */