Fix rend publishing for plugins

This commit is contained in:
Ron Pedde 2006-05-06 07:32:37 +00:00
parent cfaceb8d94
commit 6f281d4cfb
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ PLUGIN_INFO _pi = {
"/rsp/.*", "/rsp/.*",
&_pofn, &_pofn,
NULL, NULL,
NULL,
_pri _pri
}; };

View File

@ -26,6 +26,7 @@ PLUGIN_INFO _pi = {
NULL, NULL,
&_pefn, &_pefn,
NULL, NULL,
NULL,
NULL NULL
}; };