#ifndef UO_LOCK_H
#define UO_LOCK_H

int uolock_share(int fd);
int uolock_excl(int fd);
int uolock_unlock(int fd);
int uolock_tryshare(int fd);
int uolock_tryexcl(int fd);

#endif


syntax highlighted by Code2HTML, v. 0.9.1