diff src/ntlm.h @ 13084:31a3a9af1494

[gaim-migrate @ 15446] simple: successfully register at MS LCS no presence working at the moment committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Tue, 31 Jan 2006 21:02:52 +0000
parents 7e98b3bf2fdf
children a91a8a28f61f
line wrap: on
line diff
--- a/src/ntlm.h	Tue Jan 31 20:21:49 2006 +0000
+++ b/src/ntlm.h	Tue Jan 31 21:02:52 2006 +0000
@@ -41,7 +41,7 @@
  * @param type2 String containing the base64 encoded type2 message
  * @return The nonce for use in message type3
  */
-gchar *gaim_ntlm_parse_type2(gchar *type2);
+gchar *gaim_ntlm_parse_type2(gchar *type2, guint32 *flags);
 
 /**
  * Generates a type3 message
@@ -51,8 +51,9 @@
  * @param hostname The hostname
  * @param domain The domain to authenticate against
  * @param nonce The nonce returned by gaim_ntlm_parse_type2
+ * @param flags Pointer to the flags returned by gaim_ntlm_parse_type2
  * @return A base64 encoded type3 message
  */
-gchar *gaim_ntlm_gen_type3(gchar *username, gchar *passw, gchar *hostname, gchar *domain, gchar *nonce);
+gchar *gaim_ntlm_gen_type3(gchar *username, gchar *passw, gchar *hostname, gchar *domain, gchar *nonce, guint32 *flags);
 
 #endif /* _GAIM_NTLM_H */