Explorar el Código

libdpkg: Add missing symbols to the version script

Guillem Jover hace 15 años
padre
commit
155c30759a
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      lib/dpkg/libdpkg.Versions

+ 6 - 1
lib/dpkg/libdpkg.Versions

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