| 36612:4129d1ac5c1e | 36613:0e96218aa13a |
|---|---|
| 5780 } | 5780 } |
| 5781 | 5781 |
| 5782 return TRUE; | 5782 return TRUE; |
| 5783 } | 5783 } |
| 5784 | 5784 |
| 5785 | 5785 static PurplePlugin *my_plugin; |
| 5786 PURPLE_PROTOCOL_DEFINE (SametimeProtocol, mw_protocol); | 5786 PURPLE_PROTOCOL_DEFINE(my_plugin, SametimeProtocol, mw_protocol); |
| 5787 PURPLE_PLUGIN_INIT (sametime, plugin_query, plugin_load, plugin_unload); | 5787 PURPLE_PLUGIN_INIT_VAL(my_plugin, sametime, plugin_query, plugin_load, |
| 5788 plugin_unload); | |
| 5788 /* The End. */ | 5789 /* The End. */ |
| 5789 | 5790 |