mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
8 lines
273 B
C
8 lines
273 B
C
/* DO NOT EDIT: automatically built by dist/distrib. */
|
|
#ifndef _mutex_ext_h_
|
|
#define _mutex_ext_h_
|
|
int __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_ */
|