libgphoto2 photo camera library (libgphoto2) API 2.5.31
gphoto2-port-version.h
Go to the documentation of this file.
1
21#ifndef LIBGPHOTO2_GPHOTO2_PORT_VERSION_H
22#define LIBGPHOTO2_GPHOTO2_PORT_VERSION_H
23
24typedef enum {
25 GP_VERSION_SHORT = 0,
26 GP_VERSION_VERBOSE = 1
27} GPVersionVerbosity;
28
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34typedef const char **(*GPVersionFunc)(GPVersionVerbosity verbose);
35const char **gp_port_library_version(GPVersionVerbosity verbose);
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* !defined(LIBGPHOTO2_GPHOTO2_PORT_VERSION_H) */
42
43/*
44 * Local Variables:
45 * c-file-style:"linux"
46 * indent-tabs-mode:t
47 * End:
48 */