comparison src/dict/dict-server.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 b3e18b51c205
children
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __DICT_SERVER_H 1 #ifndef DICT_SERVER_H
2 #define __DICT_SERVER_H 2 #define DICT_SERVER_H
3 3
4 struct dict; 4 struct dict;
5 5
6 struct dict_server *dict_server_init(const char *path, int fd); 6 struct dict_server *dict_server_init(const char *path, int fd);
7 void dict_server_deinit(struct dict_server *server); 7 void dict_server_deinit(struct dict_server *server);