aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_spnego.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-11-17 00:01:51 +0000
committerSteve French <sfrench@us.ibm.com>2007-11-17 00:01:51 +0000
commitf7a44eadd5a03b8455c7caab402ce96811c6903d (patch)
treefa60153e013391c62a111ce12ca5dab3dcd500e3 /fs/cifs/cifs_spnego.h
parent[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request (diff)
downloadlinux-dev-f7a44eadd5a03b8455c7caab402ce96811c6903d.tar.xz
linux-dev-f7a44eadd5a03b8455c7caab402ce96811c6903d.zip
[CIFS] remove build warning
CC: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_spnego.h')
-rw-r--r--fs/cifs/cifs_spnego.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifs_spnego.h b/fs/cifs/cifs_spnego.h
index f443f3b35134..05a34b17a1ab 100644
--- a/fs/cifs/cifs_spnego.h
+++ b/fs/cifs/cifs_spnego.h
@@ -41,6 +41,7 @@ struct cifs_spnego_msg {
#ifdef __KERNEL__
extern struct key_type cifs_spnego_key_type;
+extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo);
#endif /* KERNEL */
#endif /* _CIFS_SPNEGO_H */