summaryrefslogtreecommitdiff
path: root/graphics/libexif/patches/patch-ab
blob: 8ad9a6c8021411b0ee93cc2f984b42047d5a5b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1.4.1 2005/05/14 05:49:56 snj 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)