comparison src/auth/auth-master-interface.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 150f8151c971
children
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __AUTH_MASTER_INTERFACE_H 1 #ifndef AUTH_MASTER_INTERFACE_H
2 #define __AUTH_MASTER_INTERFACE_H 2 #define AUTH_MASTER_INTERFACE_H
3 3
4 /* Major version changes are not backwards compatible, 4 /* Major version changes are not backwards compatible,
5 minor version numbers can be ignored. */ 5 minor version numbers can be ignored. */
6 #define AUTH_MASTER_PROTOCOL_MAJOR_VERSION 1 6 #define AUTH_MASTER_PROTOCOL_MAJOR_VERSION 1
7 #define AUTH_MASTER_PROTOCOL_MINOR_VERSION 0 7 #define AUTH_MASTER_PROTOCOL_MINOR_VERSION 0