view src/lib-otp/otp-dictionary.h @ 9445:d7f8dbc38fd7 HEAD

imap: If client disconnects while appending, don't treat the rest of the message as commands.
author Timo Sirainen <tss@iki.fi>
date Tue, 20 Oct 2009 13:21:13 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef OTP_DICTIONARY_H
#define OTP_DICTIONARY_H

int otp_lookup_word(const char *word);

#endif