Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Side by Side Diff: libexif/sources/libexif/exif-byte-order.h

Issue 10792004: Fetch libexif 0.6.21 to include the security fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « libexif/sources/libexif/canon/mnote-canon-tag.c ('k') | libexif/sources/libexif/exif-data.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* exif-byte-order.h 1 /*! \file exif-byte-order.h
2 * 2 * \brief Defines the ExifByteOrder enum and the associated functions.
3 */
4 /*
3 * Copyright (c) 2002 Lutz Mueller <lutz@users.sourceforge.net> 5 * Copyright (c) 2002 Lutz Mueller <lutz@users.sourceforge.net>
4 * 6 *
5 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public 8 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 10 * version 2 of the License, or (at your option) any later version.
9 * 11 *
10 * This library is distributed in the hope that it will be useful, 12 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
(...skipping 24 matching lines...) Expand all
37 * \param[in] order byte order 39 * \param[in] order byte order
38 * \return localized textual name of the byte order 40 * \return localized textual name of the byte order
39 */ 41 */
40 const char *exif_byte_order_get_name (ExifByteOrder order); 42 const char *exif_byte_order_get_name (ExifByteOrder order);
41 43
42 #ifdef __cplusplus 44 #ifdef __cplusplus
43 } 45 }
44 #endif /* __cplusplus */ 46 #endif /* __cplusplus */
45 47
46 #endif /* __EXIF_BYTE_ORDER_H__ */ 48 #endif /* __EXIF_BYTE_ORDER_H__ */
OLDNEW
« no previous file with comments | « libexif/sources/libexif/canon/mnote-canon-tag.c ('k') | libexif/sources/libexif/exif-data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698