comparison src/ntlm.h @ 13088:a91a8a28f61f

[gaim-migrate @ 15450] Compile warning fixes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 01 Feb 2006 06:04:22 +0000
parents 31a3a9af1494
children 2e0d8828da51
comparison
equal deleted inserted replaced
13087:a62e694b35e4 13088:a91a8a28f61f
52 * @param domain The domain to authenticate against 52 * @param domain The domain to authenticate against
53 * @param nonce The nonce returned by gaim_ntlm_parse_type2 53 * @param nonce The nonce returned by gaim_ntlm_parse_type2
54 * @param flags Pointer to the flags returned by gaim_ntlm_parse_type2 54 * @param flags Pointer to the flags returned by gaim_ntlm_parse_type2
55 * @return A base64 encoded type3 message 55 * @return A base64 encoded type3 message
56 */ 56 */
57 gchar *gaim_ntlm_gen_type3(gchar *username, gchar *passw, gchar *hostname, gchar *domain, gchar *nonce, guint32 *flags); 57 gchar *gaim_ntlm_gen_type3(const gchar *username, const gchar *passw, const gchar *hostname, const gchar *domain, gchar *nonce, guint32 *flags);
58 58
59 #endif /* _GAIM_NTLM_H */ 59 #endif /* _GAIM_NTLM_H */