diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-09-25 06:20:41 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-09-25 06:20:41 +0000 |
commit | 5cf2d9081881b7ef0dbe0b1432a1457b7ca8de7b (patch) | |
tree | 7d2312df05dc8e4f19a40e316afe7df2704f5638 /libgphoto2/jpeg.h | |
parent | 85264c98213240bf7e8e07a45e6853e89cfcccc7 (diff) | |
download | libgphoto2-5cf2d9081881b7ef0dbe0b1432a1457b7ca8de7b.tar.gz |
2001-09-25 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* libgphoto2/jpeg.h: Fix a warning
* libgphoto2/camera.c: Fix locking problem in
gp_camera_folder_delete_all.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2333 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/jpeg.h')
-rw-r--r-- | libgphoto2/jpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/jpeg.h b/libgphoto2/jpeg.h index 0c14aed49..35b6a353f 100644 --- a/libgphoto2/jpeg.h +++ b/libgphoto2/jpeg.h @@ -58,7 +58,7 @@ char gp_jpeg_findff(int *location, chunk *picture); char gp_jpeg_findactivemarker(char *id, int *location, chunk *picture); char *gp_jpeg_markername(int c); -jpeg *gp_jpeg_new(); +jpeg *gp_jpeg_new (void); void gp_jpeg_destroy (jpeg *myjpeg); void gp_jpeg_add_marker (jpeg *myjpeg, chunk *picture, int start, int end); void gp_jpeg_add_chunk (jpeg *myjpeg, chunk *source); |