* telnetd.c: Add prototypes for getent() and tgetent()
authorEzra Peisach <epeisach@mit.edu>
Thu, 21 Jun 2001 18:39:11 +0000 (18:39 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 21 Jun 2001 18:39:11 +0000 (18:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13463 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/telnetd.c

index b1f38c6557e7d950ecd6424c3a84cfabe2a08c28..bcc94eff1393f8722e0c3e7b8c64e47a2f2a551f 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-21  Ezra Peisach  <epeisach@mit.edu>
+
+       * telnetd.c: Add prototypes for getent() and tgetent(). 
+
 2001-06-21  Ezra Peisach  <epeisach@mit.edu>
 
        * configure.in: Test if prototypes needed for setenv and unsetenv. 
index 6e940f982683b349d0620116f972f8455b586786..bff309d761fee2a0dee75a11ee4dcd4755894e43 100644 (file)
@@ -42,6 +42,10 @@ static char copyright[] =
 #include "telnetd.h"
 #include "pathnames.h"
 
+
+extern int getent(char *, char *);
+extern int tgetent(char *, char *);
+
 #if    defined(_SC_CRAY_SECURE_SYS) && !defined(SCM_SECURITY)
 /*
  * UNICOS 6.0/6.1 do not have SCM_SECURITY defined, so we can
@@ -105,7 +109,6 @@ int registerd_host_only = 0;
 # include <sys/ptyvar.h>
 #endif
 
-
 /*
  * Because of the way ptyibuf is used with streams messages, we need
  * ptyibuf+1 to be on a full-word boundary.  The following wierdness