Changeset 66c9558 for skype/skype.c


Ignore:
Timestamp:
2007-10-06T19:59:58Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
5a61e43f
Parents:
72aa7f0
Message:

new dummy skype_chat_msg() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r72aa7f0 r66c9558  
    585585}
    586586
     587int skype_chat_msg( struct groupchat *c, char *message, int flags )
     588{
     589        // TODO: this is just here atm to prevent a segfault
     590}
     591
    587592void init_plugin(void)
    588593{
     
    598603        ret->add_buddy = skype_add_buddy;
    599604        ret->remove_buddy = skype_remove_buddy;
     605        ret->chat_msg = skype_chat_msg;
    600606        ret->handle_cmp = g_strcasecmp;
    601607        register_protocol( ret );
Note: See TracChangeset for help on using the changeset viewer.