comparison plugins/napster.c @ 1443:336fc98b7f90

[gaim-migrate @ 1453] ha! take that, foul knave committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 02:53:40 +0000
parents 28278bd61403
children 55f67ef24683
comparison
equal deleted inserted replaced
1442:2f4e6269b001 1443:336fc98b7f90
1185 my_protocol = ret; 1185 my_protocol = ret;
1186 } 1186 }
1187 1187
1188 char *gaim_plugin_init(GModule * handle) 1188 char *gaim_plugin_init(GModule * handle)
1189 { 1189 {
1190 load_protocol(nap_init); 1190 load_protocol(nap_init, sizeof(struct prpl));
1191 return NULL; 1191 return NULL;
1192 } 1192 }
1193 1193
1194 void gaim_plugin_remove() 1194 void gaim_plugin_remove()
1195 { 1195 {