From a79048e29a973b6635448f8eb8d844144cecfebb Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 26 Mar 1998 02:54:40 +0000 Subject: [PATCH] Add kauth prototypes. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4668 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/extern.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appl/ftp/ftp/extern.h b/appl/ftp/ftp/extern.h index 3e7452c27..48c9bdc1f 100644 --- a/appl/ftp/ftp/extern.h +++ b/appl/ftp/ftp/extern.h @@ -165,3 +165,9 @@ extern int NCMDS; extern char username[32]; extern char myhostname[]; extern char *mydomain; + +void afslog (int, char **); +void kauth (int, char **); +void kdestroy (int, char **); +void klist (int, char **); +void krbtkfile (int, char **);