prototype for auth_cmd()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12046
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-02-16 Ezra Peisach <epeisach@mit.edu>
+
+ * commands.c: Move include of libtelnet/auth.h earlier to provide
+ prototype for auth_cmd.
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
#include "defines.h"
#include "types.h"
+#if defined(AUTHENTICATION) || defined(FORWARD)
+#include <libtelnet/auth.h>
+#endif
+
+
#if !defined(CRAY) && !defined(sysV88)
#include <netinet/in_systm.h>
# if (defined(vax) || defined(tahoe) || defined(hp300)) && !defined(ultrix)
#endif /* ENCRYPTION */
#if defined(FORWARD)
-#include <libtelnet/auth.h>
/*
* The FORWARD command.