view src/proto/pty.pro @ 11284:35080e2e1041

Added tag v8.0.0527 for changeset abc08a2461eae382e8181f1ecb1ef814f72fbf47
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Mar 2017 22:00:06 +0200
parents 1a5d34492798
children d4a6d575e910
line wrap: on
line source

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