diff options
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r-- | lib/replace/replace.h | 2 |
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 */ |