view src/proto/pty.pro @ 10623:832c1a17f5b6

Added tag v8.0.0200 for changeset bcacc849852a8670ef503876cf233bc391753395
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Jan 2017 17:30:05 +0100
parents 1a5d34492798
children d4a6d575e910
line wrap: on
line source

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