diff options
author | james <> | 2008-02-14 01:55:57 +0000 |
---|---|---|
committer | james <> | 2008-02-14 01:55:57 +0000 |
commit | e65130e63d050d37b9605339c0abfdcef73c4472 (patch) | |
tree | 224026bf153dd62bd3ad0e125d505ee2235b8563 /src/term.c | |
parent | ccc64e79a870d37ddff7afa92a41fd9a8dbecd42 (diff) | |
download | sympathy-e65130e63d050d37b9605339c0abfdcef73c4472.tar.gz sympathy-e65130e63d050d37b9605339c0abfdcef73c4472.tar.bz2 sympathy-e65130e63d050d37b9605339c0abfdcef73c4472.zip |
*** empty log message ***
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c new file mode 100644 index 0000000..8c4f427 --- /dev/null +++ b/src/term.c @@ -0,0 +1,17 @@ +/* + * term.c: + * + * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>, + * All rights reserved. + * + */ + +static char rcsid[] = "$Id$"; + +/* + * $Log$ + * Revision 1.1 2008/02/14 01:55:57 james + * *** empty log message *** + * + */ + |