summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2012-10-31 11:05:31 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-11-06 12:31:53 +0100
commitb17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080 (patch)
treed5b1886504a22249859c8f447526bdec750268ce /src/util/util.h
parent9e74782cd2818e7d6767cedc0d9f461be138ffc2 (diff)
downloadsssd-b17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080.tar.gz
sssd-b17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080.tar.xz
sssd-b17eae0a7d5bbc8d279bf61fa07f6d6d3bdde080.zip
util: Added new file util_lock.c
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index e50b4f54b..3cea997fb 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -554,6 +554,10 @@ struct sss_domain_info *new_subdomain(TALLOC_CTX *mem_ctx,
struct sss_domain_info *copy_subdomain(TALLOC_CTX *mem_ctx,
struct sss_domain_info *subdomain);
+/* from util_lock.c */
+errno_t sss_br_lock_file(int fd, size_t start, size_t len,
+ int retries, useconds_t wait);
+
/* Endianness-compatibility for systems running older versions of glibc */
#ifndef le32toh