view src/auth/auth-master-interface.h @ 4891:6ab2712f1a93 HEAD

Only imap binary was actually working.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Dec 2006 14:35:02 +0200
parents 150f8151c971
children e4eb71ae8e96
line wrap: on
line source

#ifndef __AUTH_MASTER_INTERFACE_H
#define __AUTH_MASTER_INTERFACE_H

/* Major version changes are not backwards compatible,
   minor version numbers can be ignored. */
#define AUTH_MASTER_PROTOCOL_MAJOR_VERSION 1
#define AUTH_MASTER_PROTOCOL_MINOR_VERSION 0

#endif