Changeset a97a336 for protocols/jabber
- Timestamp:
- 2010-12-07T23:14:30Z (14 years ago)
- Branches:
- master
- Children:
- 83f1bd1d
- Parents:
- d76e12f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rd76e12f ra97a336 570 570 if( ret == NULL ) 571 571 { 572 st ruct buddy_action ba[2] = {572 static const struct buddy_action ba[2] = { 573 573 { "VERSION", "Get client (version) information" }, 574 574 }; 575 575 576 ret = g_list_prepend( ret, ba + 0 );576 ret = g_list_prepend( ret, (void*) ba + 0 ); 577 577 } 578 578
Note: See TracChangeset
for help on using the changeset viewer.