annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2776
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 #ifndef __AUTH_MASTER_INTERFACE_H
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 #define __AUTH_MASTER_INTERFACE_H
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 /* Major version changes are not backwards compatible,
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5 minor version numbers can be ignored. */
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6 #define AUTH_MASTER_PROTOCOL_MAJOR_VERSION 1
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
7 #define AUTH_MASTER_PROTOCOL_MINOR_VERSION 0
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
8
150f8151c971 Added VERSION command and checking to authentication protocol.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
9 #endif