view src/proto/pty.pro @ 11614:f62e103bb674

Added tag v8.0.0689 for changeset 7428a08c2f680016ccaf97c28f027fd7d5145f2a
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:30:04 +0200
parents 1a5d34492798
children d4a6d575e910
line wrap: on
line source

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