summaryrefslogtreecommitdiffstats
path: root/registry/util
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-05-04 12:34:14 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-05-04 12:34:14 +0000
commit914b50b3b8aa89836a0d59d420ba79dd7448c72c (patch)
treea2d64783a5245d032553a627dd8bd4250191f586 /registry/util
parentchange LIBRARY_VERSION macro (diff)
downloadcore-914b50b3b8aa89836a0d59d420ba79dd7448c72c.tar.gz
core-914b50b3b8aa89836a0d59d420ba79dd7448c72c.zip
new
Diffstat (limited to 'registry/util')
-rw-r--r--registry/util/reg.map42
1 files changed, 42 insertions, 0 deletions
diff --git a/registry/util/reg.map b/registry/util/reg.map
new file mode 100644
index 000000000000..32c8e8b5a80d
--- /dev/null
+++ b/registry/util/reg.map
@@ -0,0 +1,42 @@
+UDK_2_0_0 {
+ global:
+ initRegistry_Api;
+ initRegistryTypeWriter_Api;
+ initRegistryTypeReader_Api;
+ reg_createKey;
+ reg_openKey;
+ reg_openSubKeys;
+ reg_closeSubKeys;
+ reg_deleteKey;
+ reg_closeKey;
+ reg_getKeyName;
+ reg_setValue;
+ reg_setLongListValue;
+ reg_setStringListValue;
+ reg_setUnicodeListValue;
+ reg_getValueInfo;
+ reg_getValue;
+ reg_getLongListValue;
+ reg_getStringListValue;
+ reg_getUnicodeListValue;
+ reg_freeValueList;
+ reg_createLink;
+ reg_deleteLink;
+ reg_getKeyType;
+ reg_getLinkTarget;
+ reg_getResolvedKeyName;
+ reg_loadKey;
+ reg_saveKey;
+ reg_mergeKey;
+ reg_createRegistry;
+ reg_openRootKey;
+ reg_getName;
+ reg_isReadOnly;
+ reg_openRegistry;
+ reg_closeRegistry;
+ reg_destroyRegistry;
+ reg_dumpRegistry;
+ local:
+ *;
+};
+