Blame src/internal/sltdl_module.h

303f79
#ifndef SLTDL_MODULE_H
303f79
#define SLTDL_MODULE_H
303f79
303f79
struct lt_modctx {
303f79
	struct lt_modctx *      mnext;
303f79
	void *                  maddr;
303f79
	char *                  mpath;
303f79
	size_t                  mrefs;
303f79
};
303f79
303f79
#endif