canonuser_plug_list_t
canonuser_plug_list_t *ptr, *ptr_next;
for(ptr = (canonuser_plug_list_t *)gctx->canonuser_head;
canonuser_plug_list_t *ptr, *ptr_next;
canonuser_plug_list_t *new_item;
canonuser_plug_list_t *l;
new_item = sasl_ALLOC(sizeof(canonuser_plug_list_t));
static canonuser_plug_list_t *canonuser_head = NULL;
canonuser_plug_list_t *ptr;