view src/proto/pty.pro @ 13997:4400705e825a

Added tag v8.1.0016 for changeset 59121ffd7fce43180aae7524cd7d7cfb061153cf
author Christian Brabandt <cb@256bit.org>
date Mon, 21 May 2018 23: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 : */