* krb4int.h: Add fgetst prototype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13588
dc483132-0cff-0310-8789-
dd5450dbe970
+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
#include "mit-copyright.h"
#include <stdio.h>
+#include "krb.h"
+#include "krb4int.h"
/*
* fgetst takes a file descriptor, a character pointer, and a count.
/* ad_print.c */
void ad_print(AUTH_DAT *x);
+/* fgetst.c */
+int fgetst(FILE *, char *, int);
+
/* getst.c */
int getst(int, char *, int);