aboutsummaryrefslogtreecommitdiff
path: root/shared/common/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/common/port.h')
-rw-r--r--shared/common/port.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/common/port.h b/shared/common/port.h
new file mode 100644
index 0000000..5d2c118
--- /dev/null
+++ b/shared/common/port.h
@@ -0,0 +1,10 @@
+/* Copyright (c) 2003 krzYszcz and others.
+ * For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
+
+#ifndef __PORT_H__
+#define __PORT_H__
+
+void import_max(char *fn, char *dir);
+
+#endif