]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-fix-static-decl-conflict-for-localcell-20030701
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Tue, 1 Jul 2003 20:36:41 +0000 (20:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 1 Jul 2003 20:36:41 +0000 (20:36 +0000)
FIXES 1646

declared static, make header match

src/auth/ktc.c

index 7a3d6f5471f65a64f2ccc664f108f05cc7b04d59..0165af2828f33a717209ed09a8670f1836c348f3 100644 (file)
@@ -131,7 +131,10 @@ static struct flock fileUlock = { F_UNLCK, 0, 0, 0, 0 };
  */
 int afs_tf_init(), afs_tf_get_pname(), afs_tf_get_pinst(), afs_tf_get_cred(); 
 int afs_tf_save_cred(), afs_tf_close(), afs_tf_create(); 
-int afs_tf_dest_tkt(), ktc_LocalCell();
+int afs_tf_dest_tkt();
+/* except ktc_LocalCell which is still static
+ */
+static int ktc_LocalCell();
 char *ktc_tkt_string();
 #endif  /* AFS_KERBEROS_ENV */