view src/lib-otp/otp-dictionary.h @ 9330:cf93e420fc57 HEAD

mbox-snarf: Keep the mailbox locked while snarfing to avoid duplicates.
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Aug 2009 10:42:12 -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