view src/auth/plain-common.h @ 6429:65c69a53a7be HEAD

Replaced my Copyright notices. The year range always ends with 2007 now. My name was replaced with "Dovecot authors". In many cases I didn't really even own the copyright, so this is more correct.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 14:34:22 +0300
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef PLAIN_COMMON_H
#define PLAIN_COMMON_H

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

#endif