comparison src/protocols/silc/ops.c @ 9024:85caba2f820a

[gaim-migrate @ 9800] This makes silc compile again, and also fixes a compiler warning. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 May 2004 02:42:01 +0000
parents 26c9b8761707
children bf4ecb0ae208
comparison
equal deleted inserted replaced
9023:84640caaacbf 9024:85caba2f820a
735 default: 735 default:
736 break; 736 break;
737 } 737 }
738 } 738 }
739 739
740 740 #if 0
741 static void 741 static void
742 silcgaim_whois_more(SilcClientEntry client_entry, gint id) 742 silcgaim_whois_more(SilcClientEntry client_entry, gint id)
743 { 743 {
744 SilcAttributePayload attr; 744 SilcAttributePayload attr;
745 SilcAttribute attribute; 745 SilcAttribute attribute;
821 buf = g_string_free(s, FALSE); 821 buf = g_string_free(s, FALSE);
822 gaim_notify_info(NULL, _("User Information"), _("User Information"), 822 gaim_notify_info(NULL, _("User Information"), _("User Information"),
823 buf); 823 buf);
824 g_free(buf); 824 g_free(buf);
825 } 825 }
826 #endif
826 827
827 /* Command reply handler. This function is called always in the command reply 828 /* Command reply handler. This function is called always in the command reply
828 function. If error occurs it will be called as well. Normal scenario 829 function. If error occurs it will be called as well. Normal scenario
829 is that it will be called after the received command data has been parsed 830 is that it will be called after the received command data has been parsed
830 and processed. The function is used to pass the received command data to 831 and processed. The function is used to pass the received command data to