Mercurial > audlegacy-plugins
changeset 1148:884966a37b7b trunk
[svn] - mms: convert to plugin2 architecture
author | nenolod |
---|---|
date | Mon, 28 May 2007 03:15:02 -0700 |
parents | a4f8f966b275 |
children | bca08b1c2d16 |
files | ChangeLog src/mms/mms.c |
diffstat | 2 files changed, 9 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 28 03:14:08 2007 -0700 +++ b/ChangeLog Mon May 28 03:15:02 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-28 10:14:08 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2460] + - lastfm: convert to plugin2 architecture + + trunk/src/lastfm/lastfm.c | 13 +------------ + 1 file changed, 1 insertion(+), 12 deletions(-) + + 2007-05-28 10:12:40 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [2458] - curl, stdio: convert to plugin2 architecture
--- a/src/mms/mms.c Mon May 28 03:14:08 2007 -0700 +++ b/src/mms/mms.c Mon May 28 03:15:02 2007 -0700 @@ -230,16 +230,4 @@ #endif } -LowlevelPlugin llp_mms = { - NULL, - NULL, - "mms:// URI Transport", - init, - cleanup, -}; - -LowlevelPlugin *get_lplugin_info(void) -{ - return &llp_mms; -} - +DECLARE_PLUGIN(mms, init, cleanup, NULL, NULL, NULL, NULL, NULL);