~ubuntu-branches/ubuntu/intrepid/libpng/intrepid-security

« back to all changes in this revision

Viewing changes to debian/patches/legacy_symbols.patch

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-11-21 19:07:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061121190743-wkt0yzs5uq2xoq10
Tags: 1.2.13-4
Removed drop_pass_width patch. Closes: #399499.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- png.h.old   2005-09-13 02:04:18.000000000 +0200
2
 
+++ png.h       2005-09-13 02:06:04.000000000 +0200
3
 
@@ -1678,7 +1678,8 @@
4
 
    png_ptr_ptr, png_infopp info_ptr_ptr, png_infopp end_info_ptr_ptr));
5
 
 
6
 
 /* free all memory used by the read (old method - NOT DLL EXPORTED) */
7
 
-extern void png_read_destroy PNGARG((png_structp png_ptr, png_infop info_ptr,
8
 
+/* Debian note: exporting as it is required by legacy applications */
9
 
+extern PNG_EXPORT(void,png_read_destroy) PNGARG((png_structp png_ptr, png_infop info_ptr,
10
 
    png_infop end_info_ptr));
11
 
 
12
 
 /* free any memory associated with the png_struct and the png_info_structs */
13
 
@@ -1686,7 +1687,8 @@
14
 
    PNGARG((png_structpp png_ptr_ptr, png_infopp info_ptr_ptr));
15
 
 
16
 
 /* free any memory used in png_ptr struct (old method - NOT DLL EXPORTED) */
17
 
-extern void png_write_destroy PNGARG((png_structp png_ptr));
18
 
+/* Debian note: exporting as it is required by legacy applications */
19
 
+extern PNG_EXPORT(void,png_write_destroy) PNGARG((png_structp png_ptr));
20
 
 
21
 
 /* set the libpng method of handling chunk CRC errors */
22
 
 extern PNG_EXPORT(void,png_set_crc_action) PNGARG((png_structp png_ptr,