comparison src/plugins/expire/auth-client.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 99699cf9df43
children 9524ec6e14fc
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __AUTH_CLIENT_H 1 #ifndef AUTH_CLIENT_H
2 #define __AUTH_CLIENT_H 2 #define AUTH_CLIENT_H
3 3
4 struct auth_connection *auth_connection_init(const char *auth_socket); 4 struct auth_connection *auth_connection_init(const char *auth_socket);
5 void auth_connection_deinit(struct auth_connection *conn); 5 void auth_connection_deinit(struct auth_connection *conn);
6 6
7 /* Returns -1 = error, 0 = user not found, 1 = ok */ 7 /* Returns -1 = error, 0 = user not found, 1 = ok */