1*7c478bd9Sstevel@tonic-gate /* DO NOT EDIT: automatically built by dist/distrib. */ 2*7c478bd9Sstevel@tonic-gate #ifndef _mutex_ext_h_ 3*7c478bd9Sstevel@tonic-gate #define _mutex_ext_h_ 4*7c478bd9Sstevel@tonic-gate int __db_mutex_init __P((db_mutex_t *, u_int32_t)); 5*7c478bd9Sstevel@tonic-gate int __db_mutex_lock __P((db_mutex_t *, int)); 6*7c478bd9Sstevel@tonic-gate int __db_mutex_unlock __P((db_mutex_t *, int)); 7*7c478bd9Sstevel@tonic-gate #endif /* _mutex_ext_h_ */ 8