view src/proto/pty.pro @ 9689:75466263dfbd

Added tag v7.4.2120 for changeset 2ea935bdd1a191aebc1492e8899f01b511333db9
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jul 2016 22:45:07 +0200
parents 1a5d34492798
children d4a6d575e910
line wrap: on
line source

/* pty.c */
int SetupSlavePTY(int fd);
int OpenPTY(char **ttyn);
/* vim: set ft=c : */