summaryrefslogtreecommitdiff
path: root/camlibs/spca50x/spca50x-flash.h
diff options
context:
space:
mode:
authorTill Adam <till@adam-lilienthal.de>2003-05-29 07:37:44 +0000
committerTill Adam <till@adam-lilienthal.de>2003-05-29 07:37:44 +0000
commit9eca108a1f8c419d36ffb4f3d99d23ae8cd84260 (patch)
tree05168dda00919eae0e904c7790b7b23a46ec9cca /camlibs/spca50x/spca50x-flash.h
parentb47b57cf1b8720852901762098b274f1800ebb4a (diff)
downloadlibgphoto2-9eca108a1f8c419d36ffb4f3d99d23ae8cd84260.tar.gz
u_int* -> uint*
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6450 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/spca50x/spca50x-flash.h')
-rw-r--r--camlibs/spca50x/spca50x-flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/spca50x/spca50x-flash.h b/camlibs/spca50x/spca50x-flash.h
index ff332a94d..cb7833bc1 100644
--- a/camlibs/spca50x/spca50x-flash.h
+++ b/camlibs/spca50x/spca50x-flash.h
@@ -30,7 +30,7 @@ int spca50x_flash_get_file_name(CameraPrivateLibrary *pl, int index, char *name)
int spca50x_flash_get_file_dimensions(CameraPrivateLibrary *pl, int index,
int *w, int *h);
int spca50x_flash_get_file (CameraPrivateLibrary *pl, GPContext *context,
- u_int8_t **buf, unsigned int *len, int index, int thumbnail);
+ uint8_t **buf, unsigned int *len, int index, int thumbnail);
int spca50x_flash_get_file_size(CameraPrivateLibrary *pl, int index, int *size);
int spca50x_flash_get_filecount(CameraPrivateLibrary *pl, int *filecount);
int spca50x_flash_delete_all (CameraPrivateLibrary *pl, GPContext *context);