summaryrefslogtreecommitdiffstats
path: root/libnativeloader/include/nativeloader/dlext_namespaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnativeloader/include/nativeloader/dlext_namespaces.h')
-rw-r--r--libnativeloader/include/nativeloader/dlext_namespaces.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnativeloader/include/nativeloader/dlext_namespaces.h b/libnativeloader/include/nativeloader/dlext_namespaces.h
index 912127753..43c932978 100644
--- a/libnativeloader/include/nativeloader/dlext_namespaces.h
+++ b/libnativeloader/include/nativeloader/dlext_namespaces.h
@@ -124,6 +124,8 @@ extern bool android_link_namespaces(android_namespace_t* from,
*/
extern void android_get_LD_LIBRARY_PATH(char* buffer, size_t buffer_size);
+extern android_namespace_t* android_get_exported_namespace(const char* name);
+
__END_DECLS
#endif /* __ANDROID_DLEXT_NAMESPACES_H__ */