comparison src/pop3/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 4862cb37106c
children 6a64e64fa3a3
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __CLIENT_H 1 #ifndef CLIENT_H
2 #define __CLIENT_H 2 #define CLIENT_H
3 3
4 struct client; 4 struct client;
5 struct mail_storage; 5 struct mail_storage;
6 6
7 typedef void command_func_t(struct client *client); 7 typedef void command_func_t(struct client *client);