diff options
author | Guillem Jover <guillem@debian.org> | 2017-03-31 05:51:43 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-05-07 16:58:14 +0200 |
commit | bea859cbc426deec85729d363b9f63ec9d490d71 (patch) | |
tree | c786ac4f3884ae3b10f6fb7002ffd2a007357f86 /lib | |
parent | 7e0656a1e1ab5177b5bacecad96ee0a1386b505a (diff) | |
download | dpkg-bea859cbc426deec85729d363b9f63ec9d490d71.tar.gz |
libdpkg: Add missing symbols to the map file
This causes build failures when enabling the shared library.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dpkg/libdpkg.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/dpkg/libdpkg.map b/lib/dpkg/libdpkg.map index db27a57f6..690a1e402 100644 --- a/lib/dpkg/libdpkg.map +++ b/lib/dpkg/libdpkg.map @@ -106,10 +106,13 @@ LIBDPKG_PRIVATE { varbuf_dup_char; varbuf_map_char; varbuf_add_buf; + varbuf_get_str; varbuf_end_str; varbuf_printf; varbuf_vprintf; varbuf_detach; + varbuf_snapshot; + varbuf_rollback; varbuf_destroy; # Path, directory and file functions @@ -127,6 +130,14 @@ LIBDPKG_PRIVATE { dir_sync_path_parent; dir_sync_contents; + treenode_get_mode; + treenode_get_virtname; + treenode_get_pathname; + treewalk_open; + treewalk_node; + treewalk_next; + treewalk_close; + file_copy_perms; file_show; |