aboutsummaryrefslogtreecommitdiff
path: root/shared/common/port.h
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2004-05-12 15:01:35 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2004-05-12 15:01:35 +0000
commit7d42c7df89091db055ad77ef4bbfb64059858e52 (patch)
tree5390a17317f473e89aeecc0554069c9f90df6b41 /shared/common/port.h
parent075b865652ce146fe8419494b149ceadcac48071 (diff)
mapping feature for ported names
svn path=/trunk/externals/miXed/; revision=1725
Diffstat (limited to 'shared/common/port.h')
-rw-r--r--shared/common/port.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/shared/common/port.h b/shared/common/port.h
index 5d2c118..2053c20 100644
--- a/shared/common/port.h
+++ b/shared/common/port.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2003 krzYszcz and others.
+/* Copyright (c) 2003-2004 krzYszcz and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
@@ -6,5 +6,8 @@
#define __PORT_H__
void import_max(char *fn, char *dir);
+void import_setmapping(int size, char **mapping);
+char **import_getmapping(int *sizep);
+char *port_usemapping(char *from, int mapsize, char **mapping);
#endif