summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2008-09-01 06:26:25 +0000
committerMarcus Meissner <marcus@jet.franken.de>2008-09-01 06:26:25 +0000
commit28bdf3bc05e43ee61069a5e4631418e18719b768 (patch)
treef54421bbeb2373a13c366f98d7bc329b3a689a96 /camlibs/sonydscf1/command.h
parent5f435960d5a369ef1568ba7bf923d2ee71dc08af (diff)
downloadlibgphoto2-28bdf3bc05e43ee61069a5e4631418e18719b768.tar.gz
u_long -> unsigned long (another fix for MacOSx)
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11300 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1/command.h')
-rw-r--r--camlibs/sonydscf1/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/sonydscf1/command.h b/camlibs/sonydscf1/command.h
index 23687eb4a..9f0e7b25b 100644
--- a/camlibs/sonydscf1/command.h
+++ b/camlibs/sonydscf1/command.h
@@ -10,7 +10,7 @@ int F1fopen (GPPort *,char *);
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 *);
+unsigned long F1finfo (GPPort *,char *);
int F1fclose (GPPort *);
int F1deletepicture (GPPort*,int);
#endif /* __COMMAND_H__ */