1 2 3 4 5 6 7 8 9 10 11
#ifndef SLTDL_MODULE_H #define SLTDL_MODULE_H struct lt_modctx { struct lt_modctx * mnext; void * maddr; char * mpath; size_t mrefs; }; #endif