diff src/shnplug/shn.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 51bf0e431e02
children aee4ebea943a
line wrap: on
line diff
--- a/src/shnplug/shn.c	Sat Jul 28 14:45:30 2007 +0300
+++ b/src/shnplug/shn.c	Fri Aug 03 07:21:36 2007 +0300
@@ -80,7 +80,7 @@
 
 InputPlugin *shn_iplist[] = { &shn_ip, NULL };
 
-DECLARE_PLUGIN(shnplug, NULL, NULL, shn_iplist, NULL, NULL, NULL, NULL);
+DECLARE_PLUGIN(shnplug, NULL, NULL, shn_iplist, NULL, NULL, NULL, NULL, NULL);
 
 shn_file *shnfile;
 shn_config shn_cfg;