comparison src/lib-dict/dict-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 e661182eab75
children 9d963e3bbe65
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __DICT_CLIENT_H 1 #ifndef DICT_CLIENT_H
2 #define __DICT_CLIENT_H 2 #define DICT_CLIENT_H
3 3
4 #include "dict.h" 4 #include "dict.h"
5 5
6 #define DEFAULT_DICT_SERVER_SOCKET_PATH PKG_RUNDIR"/dict-server" 6 #define DEFAULT_DICT_SERVER_SOCKET_PATH PKG_RUNDIR"/dict-server"
7 7