Cross Reference: capabilities.h
xref
: /
dovecot
/
src
/
master
/
capabilities.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
CAPABILITIES_H
#
define
CAPABILITIES_H
#
if
defined
(
HAVE_LIBCAP
)
void
drop_capabilities
(
void
);
#
else
static
inline
void
drop_capabilities
(
void
) {}
#
endif
#
endif