view src/auth/auth-master-interface.h @ 2776:150f8151c971 HEAD

Added VERSION command and checking to authentication protocol.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2004 03:51:21 +0300
parents
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