* pty-int.h: Do not prototype initialize_pty_error_table as
authorEzra Peisach <epeisach@mit.edu>
Tue, 28 Oct 1997 18:30:13 +0000 (18:30 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 28 Oct 1997 18:30:13 +0000 (18:30 +0000)
        pty-err.h does as well.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10257 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/pty-int.h

index 6c654ce5c82b709f70ce74f6f3b6ce7b32c34e17..6f8540f27021b8f58c82df9ed36dcc8732463900 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct 28 13:28:54 1997  Ezra Peisach  <epeisach@.mit.edu>
+
+       * pty-int.h: Do not prototype initialize_pty_error_table as
+               pty-err.h does as well.
+
 Fri Oct 24 09:12:43 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * Makefile.in (CFILES): Add $(srcdir).
index 11fae97c28828333a5a7410cc6acd0ff350545f7..2c47780fa1cd065ad8c6d79e10748fdea7e7fd17 100644 (file)
@@ -89,7 +89,6 @@
 
 /* Internal functions */
 #ifdef __STDC__
-void initialize_pty_error_table(void);
 long ptyint_void_association(void);
 long ptyint_open_ctty (char *slave, int *fd);
 long ptyint_update_wtmp (struct utmp *ut, char *host, char *user);