diff options
| author | Sam Hartman <hartmans@mit.edu> | 1995-08-02 17:20:59 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1995-08-02 17:20:59 +0000 |
| commit | fdca30279f2ac4e63d8f49ff7af6a37ebcdbba42 (patch) | |
| tree | 97c1ee5df08605c37b2476c59e283604f560614b /src/util/pty/libpty.h | |
| parent | dcf05d27e2a54eeb2049ff136baabeca32534bbe (diff) | |
| download | krb5-fdca30279f2ac4e63d8f49ff7af6a37ebcdbba42.tar.gz krb5-fdca30279f2ac4e63d8f49ff7af6a37ebcdbba42.tar.xz krb5-fdca30279f2ac4e63d8f49ff7af6a37ebcdbba42.zip | |
* Fix tests for length of slave buffer.
* Add pty_init to initialize error tables.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6379 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/libpty.h')
| -rw-r--r-- | src/util/pty/libpty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/pty/libpty.h b/src/util/pty/libpty.h index b8e9a5aa4..685ce61bd 100644 --- a/src/util/pty/libpty.h +++ b/src/util/pty/libpty.h @@ -24,6 +24,7 @@ #ifdef __STDC__ /* use prototypes */ +long pty_init(void); long pty_getpty ( int *fd, char *slave, int slavelength); long pty_open_slave (const char *slave, int *fd); @@ -37,6 +38,7 @@ long pty_logwtmp (char *tty, char * user, char *host); long pty_cleanup(char *slave, int pid, int update_utmp); #else /*__STDC__*/ +long pty_init(); long pty_getpty(); long pty_open_slave(); |
