* ext.h: Remove unused prototype for start_slave() and replace
authorEzra Peisach <epeisach@mit.edu>
Thu, 7 Jun 2001 17:05:31 +0000 (17:05 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 7 Jun 2001 17:05:31 +0000 (17:05 +0000)
commit4e82cbd918b7b5eefc10a680bc346fd862da9850
tree2e2807071a297d58f690cfce3f31c776fcefe731
parent5da3eb2a458d1f11f1650f2a30ec33ac18eb247d
* ext.h: Remove unused prototype for start_slave() and replace
with one for startslave().

* state.c: Add libtlnet/encrypt.h for missing prototypes.

* sys_term.c: Add prototype for dup_tty(). Change getptyslave()
from int to void. Cleanup an assignment in conditional warning.

* telnetd.c: Include libtelnet/misc-proto.h. Declare return from
terminaltypeok() and main() as int.

* utility.c: Include libtelnet/auth.h and libtelnet/encrypt.h for
prototypes.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13286 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/ext.h
src/appl/telnet/telnetd/state.c
src/appl/telnet/telnetd/sys_term.c
src/appl/telnet/telnetd/telnetd.c
src/appl/telnet/telnetd/utility.c