xref: /titanic_44/usr/src/cmd/sendmail/db/include/mutex_ext.h (revision 70ab954a5d6c4d36858fd6e7e3dd4498d06d2c40)
1 /* DO NOT EDIT: automatically built by dist/distrib. */
2 #ifndef _mutex_ext_h_
3 #define _mutex_ext_h_
4 int __db_mutex_init __P((db_mutex_t *, u_int32_t));
5 int __db_mutex_lock __P((db_mutex_t *, int));
6 int __db_mutex_unlock __P((db_mutex_t *, int));
7 #endif /* _mutex_ext_h_ */
8