00001
00026 #ifndef _PURPLE_NTLM_H
00027 #define _PURPLE_NTLM_H
00028
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032
00041 gchar *purple_ntlm_gen_type1(const gchar *hostname, const gchar *domain);
00042
00052 guint8 *purple_ntlm_parse_type2(const gchar *type2, guint32 *flags);
00053
00066 gchar *purple_ntlm_gen_type3(const gchar *username, const gchar *passw, const gchar *hostname, const gchar *domain, const guint8 *nonce, guint32 *flags);
00067
00068 #ifdef __cplusplus
00069 }
00070 #endif
00071
00072 #endif