Kaynağa Gözat

libdpkg: Export parsedb functions in the map file

These will be used soon by the dpkg programs.
Guillem Jover 11 yıl önce
ebeveyn
işleme
02d0c3228b
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      lib/dpkg/libdpkg.map

+ 5 - 0
lib/dpkg/libdpkg.map

@@ -324,6 +324,11 @@ LIBDPKG_PRIVATE {
 	varbufdependency;
 	varbufrecord;
 	writerecord;
+	parsedb_new;
+	parsedb_open;
+	parsedb_load;
+	parsedb_parse;
+	parsedb_close;
 	parsedb;
 	writedb;