summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-17 12:12:00 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-17 12:12:00 +0100
commit06b1cfd68a0891c5652e7c78498e4b40afd902b2 (patch)
tree12d11db3f20a68f1a309cf0aa18cd9c1c43e8487 /neon
parentcdb781248471e68cf94fa52d0a09da5921337189 (diff)
#i100000# add GetVersionInfo to exports
Notes
split repo tag: libs-extern-sys_ooo/DEV300_m68
Diffstat (limited to 'neon')
-rw-r--r--neon/neon_exports_unix.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/neon/neon_exports_unix.patch b/neon/neon_exports_unix.patch
index 4e8098eb1eeb..1ee17690c8ed 100644
--- a/neon/neon_exports_unix.patch
+++ b/neon/neon_exports_unix.patch
@@ -1,6 +1,6 @@
--- misc/neon-0.28.2/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.28.2/src/exports.map 2009-09-21 12:16:53.453125000 +0200
-@@ -0,0 +1,286 @@
+@@ -0,0 +1,287 @@
+NEON_0_28_2 {
+ global:
+ ne__negotiate_ssl;
@@ -284,6 +284,7 @@
+ ne_207_set_response_handlers;
+ ne_accept_207;
+ ne_simple_request;
++ GetVersionInfo;
+ local:
+ *;
+};