pkgsrc/graphics/libexif/patches/patch-ab

15 lines
420 B
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.3 2005/05/09 13:21:16 minskim Exp $
--- libexif/exif-utils.c.orig 2005-03-12 20:27:13.000000000 -0600
+++ libexif/exif-utils.c
@@ -22,6 +22,9 @@
#include <libexif/exif-utils.h>
+static ExifSShort
+exif_get_sshort (const unsigned char *buf, ExifByteOrder order);
+
void
exif_array_set_byte_order (ExifFormat f, unsigned char *b, unsigned int n,
ExifByteOrder o_orig, ExifByteOrder o_new)