Changes in protocols/skype/skype.c [64bed24:d28fe1c4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skype.c
r64bed24 rd28fe1c4 1763 1763 register_protocol(ret); 1764 1764 } 1765 1766 struct plugin_info *init_plugin_info(void) 1767 { 1768 static struct plugin_info info = { 1769 BITLBEE_ABI_VERSION_CODE, 1770 "skype", 1771 BITLBEE_VERSION, 1772 "Skype protocol plugin", 1773 NULL, 1774 NULL 1775 }; 1776 1777 return &info; 1778 }
Note: See TracChangeset
for help on using the changeset viewer.