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

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 94eee8a16189
children 1b52e7eacd4c
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
111 NULL 111 NULL
112 }; 112 };
113 113
114 OutputPlugin *file_oplist[] = { &file_op, NULL }; 114 OutputPlugin *file_oplist[] = { &file_op, NULL };
115 115
116 DECLARE_PLUGIN(filewriter, NULL, NULL, NULL, file_oplist, NULL, NULL, NULL); 116 DECLARE_PLUGIN(filewriter, NULL, NULL, NULL, file_oplist, NULL, NULL, NULL, NULL);
117 117
118 static void set_plugin(void) 118 static void set_plugin(void)
119 { 119 {
120 if (fileext < 0 || fileext >= FILEEXT_MAX) 120 if (fileext < 0 || fileext >= FILEEXT_MAX)
121 fileext = 0; 121 fileext = 0;