summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2007-03-13 23:54:20 +0200
committerLauri Leukkunen <lle@rahina.org>2007-03-13 23:54:20 +0200
commit9379e402b707e338745bac1f597e4f528968066b (patch)
tree820fdcc7d381ecd1838fd4065fb15d598437ddf7 /include
parentc47fe881db7c48e0c69acbfd9d26d9beb93481d2 (diff)
work-in-progress: emumode and sb2-init
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'include')
-rw-r--r--include/mapping.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mapping.h b/include/mapping.h
index 82b8fc0..5f5e276 100644
--- a/include/mapping.h
+++ b/include/mapping.h
@@ -9,10 +9,12 @@
#include <sys/types.h>
-
+char *decolonize_path(const char *path);
char *scratchbox_path(const char *func_name, const char *path);
char *scratchbox_path2(const char *binary_name, const char *func_name, const char *path);
+char *emumode_map(const char *path);
+
typedef pid_t pidfunction(void);
void bind_set_getpid(pidfunction *func);