libgphoto2 photo camera library (libgphoto2) API  2.5.30
gphoto2-version.h
Go to the documentation of this file.
1 
24 #ifndef LIBGPHOTO2_GPHOTO2_VERSION_H
25 #define LIBGPHOTO2_GPHOTO2_VERSION_H
26 
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 const char **gp_library_version(GPVersionVerbosity verbose);
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* !defined(LIBGPHOTO2_GPHOTO2_VERSION_H) */