diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-03-13 23:54:20 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2007-03-13 23:54:20 +0200 |
commit | 9379e402b707e338745bac1f597e4f528968066b (patch) | |
tree | 820fdcc7d381ecd1838fd4065fb15d598437ddf7 /include | |
parent | c47fe881db7c48e0c69acbfd9d26d9beb93481d2 (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.h | 4 |
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); |