Explorar o código

libdpkg: Add missing symbols to the version script

Guillem Jover %!s(int64=15) %!d(string=hai) anos
pai
achega
155c30759a
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      lib/dpkg/libdpkg.Versions

+ 6 - 1
lib/dpkg/libdpkg.Versions

@@ -1,5 +1,8 @@
 LIBDPKG_0 {
 LIBDPKG_0 {
 global:
 global:
+	# Error reporting
+	dpkg_error_destroy;
+
 	# Program name
 	# Program name
 	dpkg_set_progname;
 	dpkg_set_progname;
 	dpkg_get_progname;
 	dpkg_get_progname;
@@ -38,7 +41,7 @@ LIBDPKG_PRIVATE {
 
 
 	# Generic cleanup
 	# Generic cleanup
 	cu_closepipe;
 	cu_closepipe;
-	cu_closefile;
+	cu_closestream;
 	cu_closedir;
 	cu_closedir;
 	cu_closefd;
 	cu_closefd;
 
 
@@ -78,6 +81,7 @@ LIBDPKG_PRIVATE {
 	# Path, directory and file functions
 	# Path, directory and file functions
 	path_skip_slash_dotslash;
 	path_skip_slash_dotslash;
 	path_trim_slash_slashdot;
 	path_trim_slash_slashdot;
+	path_basename;
 	path_make_temp_template;
 	path_make_temp_template;
 	path_quote_filename;
 	path_quote_filename;
 
 
@@ -96,6 +100,7 @@ LIBDPKG_PRIVATE {
 	fd_read;
 	fd_read;
 	fd_write;
 	fd_write;
 	buffer_hash;
 	buffer_hash;
+	buffer_skip_*;
 	buffer_copy_*;
 	buffer_copy_*;
 
 
 	# Subprocess and command handling
 	# Subprocess and command handling