conf_entrylist_t
conf_entrylist_t *phead = NULL;
conf_entrylist_t *phead = NULL;
conf_entrylist_t *ptr;
extern KMF_RETURN get_entrylist(conf_entrylist_t **);
extern void free_entrylist(conf_entrylist_t *);
conf_entrylist_t *extra_plugin_list = NULL;
conf_entrylist_t *phead = extra_plugin_list;
free_entrylist(conf_entrylist_t *list)
conf_entrylist_t *next;
conf_entrylist_t *phead = extra_plugin_list;
get_entrylist(conf_entrylist_t **entlist)
conf_entrylist_t *rtnlist = NULL;
conf_entrylist_t *ptmp;
conf_entrylist_t *pcur;
if ((ptmp = malloc(sizeof (conf_entrylist_t))) == NULL) {
conf_entrylist_t *phead = extra_plugin_list;