summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1997-10-28 18:30:13 +0000
committerEzra Peisach <epeisach@mit.edu>1997-10-28 18:30:13 +0000
commit653084c4714f8f996fd2b8ac261909038d57331c (patch)
tree354309e9dc8c593e8d67ea7c83c0a567427d58ff /src
parenta3eb7b76ed121e7a560ac1189ef5bc699bcd2584 (diff)
* pty-int.h: Do not prototype initialize_pty_error_table as
pty-err.h does as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10257 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/pty/ChangeLog5
-rw-r--r--src/util/pty/pty-int.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index 6c654ce5c..6f8540f27 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -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).
diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h
index 11fae97c2..2c47780fa 100644
--- a/src/util/pty/pty-int.h
+++ b/src/util/pty/pty-int.h
@@ -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);