changeset 13680:2e0d8828da51

[gaim-migrate @ 16083] Forgot to check in the header file--sorry about that committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 22 Apr 2006 21:36:31 +0000
parents 873845ed5b32
children c4be649e2aca
files src/ntlm.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ntlm.h	Sat Apr 22 21:29:49 2006 +0000
+++ b/src/ntlm.h	Sat Apr 22 21:36:31 2006 +0000
@@ -33,7 +33,7 @@
  * @param domain The domain to authenticate to
  * @return base64 encoded string to send to the server. has to be freed with g_free
  */
-gchar *gaim_ntlm_gen_type1(gchar *hostname, gchar *domain);
+gchar *gaim_ntlm_gen_type1(const gchar *hostname, const gchar *domain);
 
 /**
  * Parses the ntlm type 2 message
@@ -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, guint32 *flags);
+gchar *gaim_ntlm_parse_type2(const gchar *type2, guint32 *flags);
 
 /**
  * Generates a type3 message