summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-01-10 20:34:39 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-01-10 20:34:39 +0000
commite36d7e2a836785bd84a9d56bbeed53eed59c0954 (patch)
tree206883e93d7d2831d0cf46b98754cd3ae893e3ab /gphoto2
parent8b05c0065d071772b85971c97560aee2f766bdf0 (diff)
downloadlibgphoto2-e36d7e2a836785bd84a9d56bbeed53eed59c0954.tar.gz
Rewritten gphoto-filesys:
- tree like structure for directories instead of keeping all directories full - fixes LRU problems on capture - no more limits and fixed name sizes git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11674 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-filesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gphoto2/gphoto2-filesys.h b/gphoto2/gphoto2-filesys.h
index 6994bfbfb..c07b44c37 100644
--- a/gphoto2/gphoto2-filesys.h
+++ b/gphoto2/gphoto2-filesys.h
@@ -255,7 +255,7 @@ int gp_filesystem_name (CameraFilesystem *fs, const char *folder,
int filenumber, const char **filename,
GPContext *context);
int gp_filesystem_get_folder (CameraFilesystem *fs, const char *filename,
- const char **folder, GPContext *context);
+ char **folder, GPContext *context);
int gp_filesystem_number (CameraFilesystem *fs, const char *folder,
const char *filename, GPContext *context);