view src/lib-otp/otp-dictionary.h @ 4798:c04189d77a59 HEAD

Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin.
author Timo Sirainen <tss@iki.fi>
date Sun, 12 Nov 2006 21:36:39 +0200
parents
children e4eb71ae8e96
line wrap: on
line source

#ifndef __OTP_DICTIONARY__
#define __OTP_DICTIONARY__

int otp_lookup_word(const char *word);

#endif	/* __OTP_DICTIONARY__ */