GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / drivers / xterm.h
blobe057da848538f61a9b82e15b4571705b2ba4c668
1 /*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __XTERM_H__
7 #define __XTERM_H__
9 extern int xterm_fd(int socket, int *pid_out);
11 #endif