| 584 { |
584 { |
| 585 DEFINE_PROTOCOL_FUNC(protocol, remove_group, gc, group); |
585 DEFINE_PROTOCOL_FUNC(protocol, remove_group, gc, group); |
| 586 } |
586 } |
| 587 |
587 |
| 588 char * |
588 char * |
| 589 purple_protocol_iface_get_cb_real_name(PurpleProtocol *protocol, |
589 purple_protocol_iface_get_cuser_real_name(PurpleProtocol *protocol, |
| 590 PurpleConnection *gc, int id, |
590 PurpleConnection *gc, int id, |
| 591 const char *who) |
591 const char *who) |
| 592 { |
592 { |
| 593 DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, get_cb_real_name, gc, id, |
593 DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, get_cuser_real_name, gc, |
| 594 who); |
594 id, who); |
| 595 } |
595 } |
| 596 |
596 |
| 597 void |
597 void |
| 598 purple_protocol_iface_set_chat_topic(PurpleProtocol *protocol, |
598 purple_protocol_iface_set_chat_topic(PurpleProtocol *protocol, |
| 599 PurpleConnection *gc, int id, |
599 PurpleConnection *gc, int id, |