view src/master/capabilities.h @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
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