summaryrefslogtreecommitdiffstats
path: root/lib/replace/replace.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-17 15:23:54 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:05 +0200
commitf318a44ec79da33a8972da9822c9ac3e4b39acff (patch)
treeb34fb930817f826c89e9552870e9462f7a4316b7 /lib/replace/replace.h
parentad3a4316705245891d9a66c50817a26a41ac016f (diff)
downloadsamba-f318a44ec79da33a8972da9822c9ac3e4b39acff.tar.gz
samba-f318a44ec79da33a8972da9822c9ac3e4b39acff.tar.xz
samba-f318a44ec79da33a8972da9822c9ac3e4b39acff.zip
replace: Add uid_wrapper_enabled().
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r--lib/replace/replace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index c0b799763a..08a70c97a5 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -899,4 +899,6 @@ int usleep(useconds_t);
void rep_setproctitle(const char *fmt, ...) PRINTF_ATTRIBUTE(1, 2);
#endif
+bool uid_wrapper_enabled(void);
+
#endif /* _LIBREPLACE_REPLACE_H */