summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@iki.fi>2009-03-16 14:00:45 +0200
committerLauri Leukkunen <lle@rahina.org>2009-03-23 01:37:48 +0200
commit18a064f7bb06bad27a3d67ddf6e2c485bf69f87b (patch)
tree50cb4b05a987e2b9dc294b75cc70c9e0d65f9b73 /include
parentb88704b1331c6a7857cc4607d870ef0e58b5170d (diff)
l10n: message catalogs are now mapped based on active exec policy
- Removed usage of native_app_message_catalog_prefix variable in exec policy. There is no need for that anymore as we can find out correct mappings using conditional rules. - LOCPATH and NLSPATH are cleared always before exec so they don't get inherited to child unless really needed. - __SB2_REAL_BINARYNAME is not anymore needed but I left it there in case there is some future needs for that. Signed-off-by: Lauri Aarnio <Lauri.Aarnio@iki.fi>
Diffstat (limited to 'include')
-rw-r--r--include/mapping.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mapping.h b/include/mapping.h
index 46fd41c..94ab228 100644
--- a/include/mapping.h
+++ b/include/mapping.h
@@ -66,8 +66,6 @@ extern char *sb_execve_map_script_interpreter(const char *interpreter,
extern int sb_execve_postprocess(char *exec_type,
char **mapped_file, char **filename, const char *binary_name,
char ***argv, char ***envp);
-extern char *sb_query_exec_policy(const char *field_name,
- const char *binary_name, const char *real_binary_name);
extern char *scratchbox_reverse_path(
const char *func_name, const char *full_path);