Sign in
coral
/
linux-mtk
/
6a3d3a338bd2e6dca87e096db12f82c60119d629
/
.
/
arch
/
um
/
drivers
/
xterm.h
blob: 56b9c4aba423b0b57b64d049d85cb43260f67e5a [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef
__XTERM_H__
#define
__XTERM_H__
extern
int
xterm_fd
(
int
socket
,
int
*
pid_out
);
#endif