summaryrefslogtreecommitdiffstats
path: root/src/lib-otp/otp-dictionary.h
blob: 18e93109f24e5de239db445d5fad600d99e823fe (plain)
1
2
3
4
5
6
#ifndef OTP_DICTIONARY_H
#define OTP_DICTIONARY_H

int otp_lookup_word(const char *word);

#endif