changeset 2923:08e905b6da9b

Use SIMPLE_INPUT_PLUGIN macro.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Aug 2008 22:10:13 +0300
parents 6c40707ce9d5
children 049a7de72684
files src/sid/xs_init.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_init.c	Wed Aug 13 21:58:46 2008 +0300
+++ b/src/sid/xs_init.c	Wed Aug 13 22:10:13 2008 +0300
@@ -50,4 +50,4 @@
 
 static InputPlugin *sid_iplist[] = { &xs_plugin_ip, NULL };
 
-DECLARE_PLUGIN(sid, NULL, NULL, sid_iplist, NULL, NULL, NULL, NULL, NULL);
+SIMPLE_INPUT_PLUGIN(sid, sid_iplist);