| 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 * Last changed in libpng 1.6.18 [July 23, 2015] | 4 * Last changed in libpng 1.6.18 [July 23, 2015] |
| 5 * Copyright (c) 1998-2015 Glenn Randers-Pehrson | 5 * Copyright (c) 1998-2015 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 * This code is released under the libpng license. | 9 * This code is released under the libpng license. |
| 10 * For conditions of distribution and use, see the disclaimer | 10 * For conditions of distribution and use, see the disclaimer |
| (...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1920 /* Maintainer: Put new private prototypes here ^ */ | 1920 /* Maintainer: Put new private prototypes here ^ */ |
| 1921 | 1921 |
| 1922 #include "pngdebug.h" | 1922 #include "pngdebug.h" |
| 1923 | 1923 |
| 1924 #ifdef __cplusplus | 1924 #ifdef __cplusplus |
| 1925 } | 1925 } |
| 1926 #endif | 1926 #endif |
| 1927 | 1927 |
| 1928 #endif /* PNG_VERSION_INFO_ONLY */ | 1928 #endif /* PNG_VERSION_INFO_ONLY */ |
| 1929 #endif /* PNGPRIV_H */ | 1929 #endif /* PNGPRIV_H */ |
| OLD | NEW |