Explorar el Código

libdpkg: Add missing symbols to the version script

Guillem Jover hace 15 años
padre
commit
4da4c89471
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      lib/dpkg/libdpkg.Versions

+ 5 - 0
lib/dpkg/libdpkg.Versions

@@ -54,6 +54,7 @@ LIBDPKG_PRIVATE {
 
 
 	str_escape_fmt;
 	str_escape_fmt;
 	str_strip_quotes;
 	str_strip_quotes;
+	str_quote_meta;
 
 
 	# Variable buffer support
 	# Variable buffer support
 	varbuf_init;
 	varbuf_init;
@@ -219,6 +220,10 @@ LIBDPKG_PRIVATE {
 	parsedb;
 	parsedb;
 	writedb;
 	writedb;
 
 
+	dpkg_db_set_dir;
+	dpkg_db_get_dir;
+	dpkg_db_get_path;
+
 	# Log based package on-disk database support
 	# Log based package on-disk database support
 	modstatdb_init;
 	modstatdb_init;
 	modstatdb_is_locked;
 	modstatdb_is_locked;