about summary refs log tree commit diff
path: root/db2/include/mutex_ext.h
blob: f0e68f3659affd52acadc1b467df088619cf38ac (plain) (blame)
1
2
3
4
5
6
7
/* DO NOT EDIT: automatically built by dist/distrib. */
#ifndef _mutex_ext_h_
#define _mutex_ext_h_
void __db_mutex_init __P((db_mutex_t *, u_int32_t));
int __db_mutex_lock __P((db_mutex_t *, int));
int __db_mutex_unlock __P((db_mutex_t *, int));
#endif /* _mutex_ext_h_ */