From: Russ Allbery Date: Sat, 19 Jul 2008 06:44:49 +0000 (+0000) Subject: suppress-cellconfig-warnings-20080718 X-Git-Tag: openafs-devel-1_5_61~955 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=d3900e4f357cbd8a475ee3e8a786e646bdb43a01 suppress-cellconfig-warnings-20080718 LICENSE BSD Add a forward declaration for struct ktc_encryptionKey to suppress warnings from cellconfig.h about declaring a struct in a prototype. --- diff --git a/src/auth/cellconfig.p.h b/src/auth/cellconfig.p.h index 4819510..7488e1f 100644 --- a/src/auth/cellconfig.p.h +++ b/src/auth/cellconfig.p.h @@ -124,6 +124,7 @@ extern int afsconf_Close(struct afsconf_dir *adir); extern int afsconf_IntGetKeys(struct afsconf_dir *adir); extern int afsconf_GetKeys(struct afsconf_dir *adir, struct afsconf_keys *astr); +struct ktc_encryptionKey; extern afs_int32 afsconf_GetLatestKey(struct afsconf_dir *adir, afs_int32 * avno, struct ktc_encryptionKey *akey);