#endif // C++
+#ifdef __cplusplus
extern "C" {
+#endif
struct _t4_lock_client;
typedef struct _t4_lock_client t4_lock_client;
t4_status t4_lock_client_release(t4_lock_client *, t4_lockid_t);
t4_status t4_lock_client_stat(t4_lock_client *, t4_lockid_t);
+#ifdef __cplusplus
}
+#endif
#endif