view src/master/capabilities.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef CAPABILITIES_H
#define CAPABILITIES_H

#if defined(HAVE_LIBCAP)

void drop_capabilities(void);

#else

static inline void drop_capabilities(void) {}

#endif

#endif