/* $Id$ G N O K I I A Linux/Unix toolset and driver for Nokia mobile phones. Copyright (C) 1999, 2000 Hugh Blemings & Pavel Janík ml. Released under the terms of the GNU GPL, see file COPYING for more details. Header file for the Nokia authentication protocol. This code is written specially for gnokii project by Odinokov Serge. If you have some special requests for Serge just write him to apskaita@post.omnitel.net or serge@takas.lt Reimplemented in C by Pavel Janík ml. $Log$ Revision 1.1.1.1 2001/11/25 21:59:19 short :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 Revision 1.4 2001/06/28 00:28:45 pkot Small docs updates (Pawel Kot) */ #ifndef __fbus_6110_auth_h #define __fbus_6110_auth_h void FB61_GetNokiaAuth( unsigned char *Imei, unsigned char *MagicBytes, unsigned char *MagicResponse ); #endif /* __fbus_6110_auth_h */