From 5b07e1c6342730856ba29cd6e70a2c47b990b65b Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 4 Mar 1998 01:04:27 +0000 Subject: [PATCH] update git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4532 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/ktutil_locl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/ktutil_locl.h b/admin/ktutil_locl.h index 5a0c9101d..f6e40144e 100644 --- a/admin/ktutil_locl.h +++ b/admin/ktutil_locl.h @@ -64,9 +64,8 @@ #include extern krb5_context context; +extern krb5_keytab keytab; -int kt_list(int argc, char **argv); int srvconv(int argc, char **argv); - #endif /* __KTUTIL_LOCL_H__ */