00001 
00021 #ifndef __GPHOTO2_PORT_VERSION_H__
00022 #define __GPHOTO2_PORT_VERSION_H__
00023 
00024 typedef enum {
00025   GP_VERSION_SHORT = 0,
00026   GP_VERSION_VERBOSE = 1
00027 } GPVersionVerbosity;
00028 
00029 
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 typedef const char **(*GPVersionFunc)(GPVersionVerbosity verbose);
00035 const char **gp_port_library_version(GPVersionVerbosity verbose);
00036 
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040 
00041 #endif 
00042 
00043 
00044 
00045 
00046 
00047 
00048