From a50d3a9da98e22742422902b07dd2cc98cb411ef Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 24 Mar 1999 05:38:39 +0000 Subject: [PATCH] (srvcreate): add prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5741 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/ktutil_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/ktutil_locl.h b/admin/ktutil_locl.h index 77c9905bd..d19fffb98 100644 --- a/admin/ktutil_locl.h +++ b/admin/ktutil_locl.h @@ -69,5 +69,6 @@ extern krb5_context context; extern krb5_keytab keytab; int srvconv(int argc, char **argv); +int srvcreate(int argc, char **argv); #endif /* __KTUTIL_LOCL_H__ */