Mercurial > audlegacy-plugins
diff src/stdio/stdio.c @ 1146:183d03932c9e trunk
[svn] - curl, stdio: convert to plugin2 architecture
| author | nenolod |
|---|---|
| date | Mon, 28 May 2007 03:12:40 -0700 |
| parents | f1642ee1115c |
| children | ed2d7787779e |
line wrap: on
line diff
--- a/src/stdio/stdio.c Mon May 28 03:11:15 2007 -0700 +++ b/src/stdio/stdio.c Mon May 28 03:12:40 2007 -0700 @@ -293,16 +293,4 @@ #endif } -LowlevelPlugin llp_stdio = { - NULL, - NULL, - "file:// URI Transport", - init, - cleanup, -}; - -LowlevelPlugin *get_lplugin_info(void) -{ - return &llp_stdio; -} - +DECLARE_PLUGIN(stdio, init, cleanup, NULL, NULL, NULL, NULL, NULL);
