summaryrefslogtreecommitdiff
path: root/src/internal/sltdl_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/sltdl_module.h')
-rw-r--r--src/internal/sltdl_module.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/internal/sltdl_module.h b/src/internal/sltdl_module.h
new file mode 100644
index 0000000..26e47e3
--- /dev/null
+++ b/src/internal/sltdl_module.h
@@ -0,0 +1,11 @@
+#ifndef SLTDL_MODULE_H
+#define SLTDL_MODULE_H
+
+struct lt_modctx {
+ struct lt_modctx * mnext;
+ void * maddr;
+ char * mpath;
+ size_t mrefs;
+};
+
+#endif