diff libpurple/plugins/perl/common/Notify.xs @ 22700:47292ff1032c

Shut up two compiler warnings about discarding qualifiers.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 22 Apr 2008 23:34:56 +0000
parents ab6d2763b8d8
children e3f30a73a793
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Notify.xs	Tue Apr 22 16:47:11 2008 +0000
+++ b/libpurple/plugins/perl/common/Notify.xs	Tue Apr 22 23:34:56 2008 +0000
@@ -172,10 +172,10 @@
 void purple_notify_user_info_remove_last_item(user_info)
 	Purple::NotifyUserInfo user_info
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_label(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry
 
-gchar *
+const gchar *
 purple_notify_user_info_entry_get_value(user_info_entry)
 	Purple::NotifyUserInfoEntry user_info_entry