summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2008-05-15 21:14:06 +0000
committerMarcus Meissner <marcus@jet.franken.de>2008-05-15 21:14:06 +0000
commitb1886bb096a798bbc22d91de9bd6fd972ef87c9b (patch)
treec2ab7fa8717805b12d8b00192fef71e1f856c90d /camlibs/sonydscf1/command.h
parent723c0a8f2d186f71b771abfe12f1920730df4867 (diff)
downloadlibgphoto2-b1886bb096a798bbc22d91de9bd6fd972ef87c9b.tar.gz
u_char -> unsigned char
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11141 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1/command.h')
-rw-r--r--camlibs/sonydscf1/command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/camlibs/sonydscf1/command.h b/camlibs/sonydscf1/command.h
index fe351f621..23687eb4a 100644
--- a/camlibs/sonydscf1/command.h
+++ b/camlibs/sonydscf1/command.h
@@ -2,13 +2,13 @@
#define __COMMAND_H__
int F1ok (GPPort*);
-long F1getdata (GPPort*,char *, u_char *);
+long F1getdata (GPPort*,char *, unsigned char *);
int F1status (GPPort*);
char F1newstatus (GPPort *port, int, char *);
int F1howmany (GPPort *);
int F1fopen (GPPort *,char *);
-long F1fread(GPPort *,u_char *data, long len);
-long F1fwrite(GPPort *,u_char *data, long len, u_char b);
+long F1fread(GPPort *,unsigned char *data, long len);
+long F1fwrite(GPPort *,unsigned char *data, long len, unsigned char b);
long F1fseek (GPPort *,long, int);
u_long F1finfo (GPPort *,char *);
int F1fclose (GPPort *);