* fgetst.c: Include krb4int.h
authorEzra Peisach <epeisach@mit.edu>
Sun, 8 Jul 2001 12:25:41 +0000 (12:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 8 Jul 2001 12:25:41 +0000 (12:25 +0000)
        * krb4int.h: Add fgetst prototype.

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

src/lib/krb4/ChangeLog
src/lib/krb4/fgetst.c
src/lib/krb4/krb4int.h

index 1a82e110cb2d4853f5cd202f5985b532f90575a1..258383aab0b7c17ec6290b882de3ed870843ef24 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-08  Ezra Peisach  <epeisach@mit.edu>
+
+       * fgetst.c: Include krb4int.h.
+
+       * krb4int.h: Add fgetst prototype.
+
 2001-06-28  Ezra Peisach  <epeisach@mit.edu>
 
        * krb4int.h: Provide prototype for krb_get_default_user and
index 7cca516319fdfc22cadc83028f07b0e79931f165..e652ac93ae85854ba666915177973cb725696912 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "mit-copyright.h"
 #include <stdio.h>
+#include "krb.h"
+#include "krb4int.h"
 
 /*
  * fgetst takes a file descriptor, a character pointer, and a count.
index 70de37ec26668da8057dd11f041450306445974d..ecffcf1907ecdd0969935155c63132a85745f103 100644 (file)
@@ -5,6 +5,9 @@
 /* ad_print.c */
 void ad_print(AUTH_DAT *x);
 
+/* fgetst.c */
+int fgetst(FILE *, char *, int);
+
 /* getst.c */
 int getst(int, char *, int);