Changeset 66c9558
- Timestamp:
- 2007-10-06T19:59:58Z (17 years ago)
- Branches:
- master
- Children:
- 5a61e43f
- Parents:
- 72aa7f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skype.c
r72aa7f0 r66c9558 585 585 } 586 586 587 int skype_chat_msg( struct groupchat *c, char *message, int flags ) 588 { 589 // TODO: this is just here atm to prevent a segfault 590 } 591 587 592 void init_plugin(void) 588 593 { … … 598 603 ret->add_buddy = skype_add_buddy; 599 604 ret->remove_buddy = skype_remove_buddy; 605 ret->chat_msg = skype_chat_msg; 600 606 ret->handle_cmp = g_strcasecmp; 601 607 register_protocol( ret );
Note: See TracChangeset
for help on using the changeset viewer.