summaryrefslogtreecommitdiffstats
path: root/src/ntlm.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2013-07-08 23:27:39 -0400
committerSimo Sorce <simo@redhat.com>2013-07-18 22:37:25 -0400
commit5323847ff1f135a66ed00cfe983573c4c364f594 (patch)
tree0ff71589104086aba4027e34af974816a400d61e /src/ntlm.h
parentdc2cf8903ca08152464ef50ec989e97640cf1248 (diff)
downloadgss-ntlmssp-5323847ff1f135a66ed00cfe983573c4c364f594.tar.gz
gss-ntlmssp-5323847ff1f135a66ed00cfe983573c4c364f594.tar.xz
gss-ntlmssp-5323847ff1f135a66ed00cfe983573c4c364f594.zip
Implement credential handling
Diffstat (limited to 'src/ntlm.h')
-rw-r--r--src/ntlm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ntlm.h b/src/ntlm.h
index 88fdc41..0acdbfc 100644
--- a/src/ntlm.h
+++ b/src/ntlm.h
@@ -95,6 +95,7 @@ void ntlm_free_buffer_data(struct ntlm_buffer *buf);
uint64_t ntlm_timestamp_now(void);
+bool ntlm_casecmp(const char *s1, const char *s2);
/* ############### CRYPTO FUNCTIONS ################ */