diff src/prpl.h @ 7631:ea2d07ad05a9

[gaim-migrate @ 8255] long car rides and a power inverter can generate some interesting code tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Nov 2003 07:16:11 +0000
parents 994b2d782711
children 6db061321ec4
line wrap: on
line diff
--- a/src/prpl.h	Tue Nov 25 06:56:44 2003 +0000
+++ b/src/prpl.h	Tue Nov 25 07:16:11 2003 +0000
@@ -363,7 +363,7 @@
  * @param gc The Gaim Connection to send the file trough;
  * @param name The screen name of the one we are sending the file;
  */
-void gaim_prpl_ask_send_file (GaimConnection *gc, char *name);
+void gaim_prpl_ask_send_file (GaimConnection *gc, const char *name);
 
 /**
  * Checks if a given user supports file sends
@@ -372,7 +372,7 @@
  * @param name The screen name of the one we are sending the file;
  * @return TRUE if we can send files to this user, FALSE otherwise.
  */
-gboolean gaim_prpl_has_send_file (GaimConnection *gc, char *name);
+gboolean gaim_prpl_has_send_file (GaimConnection *gc, const char *name);
 
 #ifdef __cplusplus
 }