libgphoto2 photo camera library (libgphoto2) API 2.5.31
gphoto2-port-locking.h
Go to the documentation of this file.
1
27#ifndef LIBGPHOTO2_GPHOTO2_PORT_LOCKING_H
28#define LIBGPHOTO2_GPHOTO2_PORT_LOCKING_H
29
30#ifdef _GPHOTO2_INTERNAL_CODE
31
33extern void gpi_libltdl_lock(void);
34
36extern void gpi_libltdl_unlock(void);
37
38#endif /* defined(_GPHOTO2_INTERNAL_CODE) */
39
40#endif /* defined(LIBGPHOTO2_GPHOTO2_PORT_LOCKING_H) */