Browse Source

libdpkg: Add missing dpkg_error functions to the map file

Guillem Jover 11 years ago
parent
commit
df62aa18e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/dpkg/libdpkg.map

+ 3 - 0
lib/dpkg/libdpkg.map

@@ -1,6 +1,9 @@
 LIBDPKG_0 {
 LIBDPKG_0 {
 global:
 global:
 	# Error reporting
 	# Error reporting
+	dpkg_put_warn;
+	dpkg_put_error;
+	dpkg_put_errno;
 	dpkg_error_print;
 	dpkg_error_print;
 	dpkg_error_destroy;
 	dpkg_error_destroy;