Changeset a5e6aa1 for skype/skype.c
- Timestamp:
- 2011-01-03T02:22:18Z (14 years ago)
- Branches:
- master
- Children:
- 46e9822
- Parents:
- cb6d3c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skype.c
rcb6d3c9 ra5e6aa1 1431 1431 static GList *ret; 1432 1432 1433 /* Unused parameter */ 1434 bu = bu; 1435 1433 1436 if (ret == NULL) { 1434 1437 static const struct buddy_action ba[3] = { … … 1445 1448 void *skype_buddy_action(struct bee_user *bu, const char *action, char * const args[], void *data) 1446 1449 { 1450 /* Unused parameters */ 1451 args = args; 1452 data = data; 1453 1447 1454 if (!g_strcasecmp(action, "CALL")) 1448 1455 skype_call(bu->ic, bu->handle);
Note: See TracChangeset
for help on using the changeset viewer.