view src/auth/mech-plain-common.h @ 22614:cf66220d281e

doveadm proxy: Don't crash if remote doesn't support log proxying
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 14 Oct 2017 12:54:18 +0300
parents 97cdfeb57129
children
line wrap: on
line source

#ifndef MECH_PLAIN_COMMON_H
#define MECH_PLAIN_COMMON_H

void plain_verify_callback(enum passdb_result result,
			   struct auth_request *request);

#endif