| OLD | NEW |
| 1 | 1 |
| 2 /* pngpriv.h - private declarations for use inside libpng | 2 /* pngpriv.h - private declarations for use inside libpng |
| 3 * | 3 * |
| 4 * For conditions of distribution and use, see copyright notice in png.h | 4 * For conditions of distribution and use, see copyright notice in png.h |
| 5 * Copyright (c) 1998-2013 Glenn Randers-Pehrson | 5 * Copyright (c) 1998-2013 Glenn Randers-Pehrson |
| 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) | 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) |
| 7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) | 7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) |
| 8 * | 8 * |
| 9 * Last changed in libpng 1.6.3 [July 18, 2013] | 9 * Last changed in libpng 1.6.3 [July 18, 2013] |
| 10 * | 10 * |
| (...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 /* Maintainer: Put new private prototypes here ^ */ | 1997 /* Maintainer: Put new private prototypes here ^ */ |
| 1998 | 1998 |
| 1999 #include "pngdebug.h" | 1999 #include "pngdebug.h" |
| 2000 | 2000 |
| 2001 #ifdef __cplusplus | 2001 #ifdef __cplusplus |
| 2002 } | 2002 } |
| 2003 #endif | 2003 #endif |
| 2004 | 2004 |
| 2005 #endif /* PNG_VERSION_INFO_ONLY */ | 2005 #endif /* PNG_VERSION_INFO_ONLY */ |
| 2006 #endif /* PNGPRIV_H */ | 2006 #endif /* PNGPRIV_H */ |
| OLD | NEW |