comparison src/auth/auth-master-listener.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 1a35d53c18fc
children
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __AUTH_MASTER_LISTENER_H 1 #ifndef AUTH_MASTER_LISTENER_H
2 #define __AUTH_MASTER_LISTENER_H 2 #define AUTH_MASTER_LISTENER_H
3 3
4 enum listener_type { 4 enum listener_type {
5 LISTENER_MASTER, 5 LISTENER_MASTER,
6 LISTENER_CLIENT 6 LISTENER_CLIENT
7 }; 7 };