xterm.h 183 B

123456789101112
  1. /*
  2. * Copyright (C) 2002 Jeff Dike ([email protected])
  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