| 3866:862ccacd24a8 | 3867:0e747b4295cb |
|---|---|
| 517 icq_SetTimeout = icq_set_timeout; | 517 icq_SetTimeout = icq_set_timeout; |
| 518 } | 518 } |
| 519 | 519 |
| 520 #ifndef STATIC | 520 #ifndef STATIC |
| 521 | 521 |
| 522 void *gaim_prpl_init(struct prpl *prpl) | 522 G_MODULE_EXPORT void gaim_prpl_init(struct prpl *prpl) |
| 523 { | 523 { |
| 524 icq_init(prpl); | 524 icq_init(prpl); |
| 525 prpl->plug->desc.api_version = PLUGIN_API_VERSION; | 525 prpl->plug->desc.api_version = PLUGIN_API_VERSION; |
| 526 } | 526 } |
| 527 #endif | 527 #endif |