소스 검색

libdpkg: Export parsedb functions in the map file

These will be used soon by the dpkg programs.
Guillem Jover 11 년 전
부모
커밋
02d0c3228b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;