view src/dict/dict-server.h @ 7238:983c6ea05de0 HEAD

Compile fix with some compilers
author Timo Sirainen <tss@iki.fi>
date Wed, 13 Feb 2008 20:08:11 +0200
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef DICT_SERVER_H
#define DICT_SERVER_H

struct dict;

struct dict_server *dict_server_init(const char *path, int fd);
void dict_server_deinit(struct dict_server *server);

#endif