Allow nulls in txt entry for rend registration

This commit is contained in:
Ron Pedde
2006-04-26 03:29:43 +00:00
parent 1ca265d4c5
commit f6bab734d1
3 changed files with 10 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ typedef struct tag_plugin_info {
char *url; /* regex of namespace to handle if OUTPUT type */
void *handler_functions;
void *fn; /* input functions*/
PLUGIN_REND_INFO **rend_info;
PLUGIN_REND_INFO *rend_info;
} PLUGIN_INFO;
/* xml helpers for output plugins */