comparison src/sun/sun.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 6e34e226676a
children c3375df9efd5
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
50 NULL 50 NULL
51 }; 51 };
52 52
53 OutputPlugin *sun_oplist[] = { &sun_op, NULL }; 53 OutputPlugin *sun_oplist[] = { &sun_op, NULL };
54 54
55 DECLARE_PLUGIN(sun, NULL, NULL, NULL, sun_oplist, NULL, NULL, NULL); 55 DECLARE_PLUGIN(sun, NULL, NULL, NULL, sun_oplist, NULL, NULL, NULL, NULL);
56 56
57 void sun_init(void) 57 void sun_init(void)
58 { 58 {
59 ConfigDb *cfgfile; 59 ConfigDb *cfgfile;
60 char *s; 60 char *s;