summaryrefslogtreecommitdiff
path: root/camlibs/casio
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-11-09 12:40:38 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-11-09 12:40:38 +0000
commit015139be60c98788a2ab2ce90311b37b7278308b (patch)
tree02db1269dee2e9e7333490a6eb7ffdc51fec7ab5 /camlibs/casio
parentdd0b2a509fbac845dd9e6d9713c092b9f57acf99 (diff)
downloadlibgphoto2-015139be60c98788a2ab2ce90311b37b7278308b.tar.gz
u_char -> unsigned char
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10850 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/casio')
-rw-r--r--camlibs/casio/cam2jpgtab.h20
-rw-r--r--camlibs/casio/jpegtab_f.h18
2 files changed, 15 insertions, 23 deletions
diff --git a/camlibs/casio/cam2jpgtab.h b/camlibs/casio/cam2jpgtab.h
index 6a598bd83..31308feb1 100644
--- a/camlibs/casio/cam2jpgtab.h
+++ b/camlibs/casio/cam2jpgtab.h
@@ -26,19 +26,19 @@ $Id$
*/
-static u_char soi[] = { 0xff,0xd8 };
-static u_char app0[] = {
+static unsigned char soi[] = { 0xff,0xd8 };
+static unsigned char app0[] = {
0xff,0xe0,0x00,0x10,0x4a,0x46,0x49,0x46,0x00,0x01,0x01,0x01,0x01,0x2c,0x01,0x2c,
0x00,0x00 };
-static u_char dqt0[] = { 0xff,0xdb,0x00,0x43,0x00 };
-static u_char dqt1[] = { 0xff,0xdb,0x00,0x43,0x01 };
+static unsigned char dqt0[] = { 0xff,0xdb,0x00,0x43,0x00 };
+static unsigned char dqt1[] = { 0xff,0xdb,0x00,0x43,0x01 };
-static u_char sof[] = {
+static unsigned char sof[] = {
0xff,0xc0,0x00,0x11,0x08,0x00,0xf0,0x01,0xe0,0x03,0x01,0x32,0x00,0x02,0x11,0x01,
0x03,0x11,0x01 };
-static u_char dht[] = {
+static unsigned char dht[] = {
0xff,0xc4,0x00,0x1f,0x00,
0x00,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,
@@ -75,8 +75,8 @@ static u_char dht[] = {
0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,
0xf9,0xfa };
-static u_char sos_y[] = { 0xff,0xda,0x00,0x08,0x01,0x01,0x00,0x00,0x3f,0x00 };
-static u_char sos_u[] = { 0xff,0xda,0x00,0x08,0x01,0x02,0x11,0x00,0x3f,0x00 };
-static u_char sos_v[] = { 0xff,0xda,0x00,0x08,0x01,0x03,0x11,0x00,0x3f,0x00 };
+static unsigned char sos_y[] = { 0xff,0xda,0x00,0x08,0x01,0x01,0x00,0x00,0x3f,0x00 };
+static unsigned char sos_u[] = { 0xff,0xda,0x00,0x08,0x01,0x02,0x11,0x00,0x3f,0x00 };
+static unsigned char sos_v[] = { 0xff,0xda,0x00,0x08,0x01,0x03,0x11,0x00,0x3f,0x00 };
-static u_char eoi[] = { 0xff,0xd9 };
+static unsigned char eoi[] = { 0xff,0xd9 };
diff --git a/camlibs/casio/jpegtab_f.h b/camlibs/casio/jpegtab_f.h
index 146a5ba3a..e682bd7ff 100644
--- a/camlibs/casio/jpegtab_f.h
+++ b/camlibs/casio/jpegtab_f.h
@@ -19,23 +19,23 @@ It is great presure you describe at README file of your software,
*/
-static u_char app_f[] ={
+static unsigned char app_f[] ={
0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46,
0x00, 0x01, 0x01, 0x01, 0x01, 0x2c, 0x01, 0x2c,
0x00, 0x00
};
-static u_char dqt_f[] ={
+static unsigned char dqt_f[] ={
0xff, 0xdb, 0x00, 0x84, 0x00
};
-static u_char sof_f[]={
+static unsigned char sof_f[]={
0xff, 0xc0, 0x00, 0x11, 0x08, 0x01, 0xe0, 0x02,
0x80, 0x03, 0x01, 0x22, 0x00, 0x02, 0x11, 0x01,
0x03, 0x11, 0x01
};
-static u_char dht_f[] ={
+static unsigned char dht_f[] ={
0xff, 0xc4, 0x01, 0xa2, 0x00, 0x00, 0x01, 0x05,
0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02,
@@ -91,15 +91,7 @@ static u_char dht_f[] ={
0xf7, 0xf8, 0xf9, 0xfa
};
-static u_char sos_f[] ={
+static unsigned char sos_f[] ={
0xff, 0xda, 0x00, 0x0c, 0x03, 0x01, 0x00, 0x02,
0x11, 0x03, 0x11, 0x00, 0x3f, 0x00
};
-
-
-
-
-
-
-
-