#ifndef SLTDL_MODULE_H #define SLTDL_MODULE_H struct lt_modctx { const struct lt_symdef *symtbl; struct lt_modctx * mnext; void * maddr; char * mpath; size_t mrefs; }; #endif