Cross Reference: dict-commands.h
xref
: /
dovecot
/
src
/
dict
/
dict-commands.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
dict-commands.h revision ac00e30516d93d289c71bd59f338c26693329e67
#
ifndef
DICT_COMMANDS_H
#
define
DICT_COMMANDS_H
struct
dict_connection
;
int
dict_command_input
(
struct
dict_connection
*
conn
,
const
char
*
line
);
void
dict_connection_cmds_output_more
(
struct
dict_connection
*
conn
);
#
endif