view src/lib-otp/otp-dictionary.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 c04189d77a59
children
line wrap: on
line source

#ifndef OTP_DICTIONARY_H
#define OTP_DICTIONARY_H

int otp_lookup_word(const char *word);

#endif