xterm.h 183 B

12345678910111213
  1. /*
  2. * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __XTERM_H__
  6. #define __XTERM_H__
  7. extern int xterm_fd(int socket, int *pid_out);
  8. #endif