summaryrefslogtreecommitdiffstats
path: root/lib/exif_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exif_wrapper.h')
-rw-r--r--lib/exif_wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/exif_wrapper.h b/lib/exif_wrapper.h
index ec51406..ab649c8 100644
--- a/lib/exif_wrapper.h
+++ b/lib/exif_wrapper.h
@@ -1,4 +1,5 @@
#include <stdint.h>
unsigned int getExifOrientation(uint8_t* imgBytes, unsigned int size);
-void setExifOrientation(uint8_t* imgBytes, unsigned int size, unsigned int orientation);
+//void setExifOrientation(uint8_t* imgBytes, unsigned int size, unsigned int orientation);
+void setExifOrientation(char* fileName, unsigned int orientation);