aboutsummaryrefslogtreecommitdiffstats
path: root/dln.h
diff options
context:
space:
mode:
Diffstat (limited to 'dln.h')
-rw-r--r--dln.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/dln.h b/dln.h
new file mode 100644
index 0000000000..0e16170a02
--- /dev/null
+++ b/dln.h
@@ -0,0 +1,22 @@
+/************************************************
+
+ dln.h -
+
+ $Author$
+ $Revision$
+ $Date$
+ created at: Wed Jan 19 16:53:09 JST 1994
+
+************************************************/
+#ifndef DLN_H
+#define DLN_H
+
+char *dln_find_exe();
+char *dln_find_file();
+
+#ifdef USE_DLN_A_OUT
+extern char *dln_argv0;
+#endif
+
+void dln_load();
+#endif