summaryrefslogtreecommitdiff
path: root/sal/inc/internal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-31 20:09:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-01 17:10:14 +0100
commite2c60649102a9840eff36b35813906d7cbb95d4b (patch)
tree187b6e9c03ee5ccfea7adb9521a2c0e9c34f08b8 /sal/inc/internal
parent2a6aeea94de022b364fa5943793cdc1922df84f1 (diff)
Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.
Diffstat (limited to 'sal/inc/internal')
-rw-r--r--sal/inc/internal/rtllifecycle.h (renamed from sal/inc/internal/rtl_locale_init.h)22
1 files changed, 20 insertions, 2 deletions
diff --git a/sal/inc/internal/rtl_locale_init.h b/sal/inc/internal/rtllifecycle.h
index 816ba56f042a..6e5ea81f97fd 100644
--- a/sal/inc/internal/rtl_locale_init.h
+++ b/sal/inc/internal/rtllifecycle.h
@@ -27,13 +27,31 @@
* instead of those above.
*/
-#ifndef INCLUDED_SAL_INTERNAL_RTL_LOCALE_INIT_H
-#define INCLUDED_SAL_INTERNAL_RTL_LOCALE_INIT_H
+#ifndef INCLUDED_SAL_INTERNAL_RTLLIFECYCLE_H
+#define INCLUDED_SAL_INTERNAL_RTLLIFECYCLE_H
#if defined __cplusplus
extern "C" {
#endif
+void rtl_arena_init();
+
+void rtl_arena_fini();
+
+void ensureArenaSingleton();
+
+void rtl_cache_init();
+
+void rtl_cache_fini();
+
+void ensureCacheSingleton();
+
+void rtl_memory_init();
+
+void rtl_memory_fini();
+
+void ensureMemorySingleton();
+
void rtl_locale_init();
void rtl_locale_fini();