From 756e554d5003b9d287825e45f7184142fbd67df2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Jun 2008 21:07:32 +0200 Subject: hide unprefixed driver symbols in libcanberra.so to avoid name clashes --- src/map-file | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/map-file (limited to 'src/map-file') diff --git a/src/map-file b/src/map-file new file mode 100644 index 0000000..2265ed0 --- /dev/null +++ b/src/map-file @@ -0,0 +1,10 @@ +CANBERRA_0 { +local: +driver_cache; +driver_cancel; +driver_change_device; +driver_change_props; +driver_destroy; +driver_open; +driver_play; +}; -- cgit