Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
[gnokii.git] / include / fbus-6110-auth.h
1 /*
2
3   $Id$
4
5   G N O K I I
6
7   A Linux/Unix toolset and driver for Nokia mobile phones.
8
9   Copyright (C) 1999, 2000 Hugh Blemings & Pavel Janík ml.
10
11   Released under the terms of the GNU GPL, see file COPYING for more details.
12
13   Header file for the Nokia authentication protocol.
14
15   This code is written specially for gnokii project by Odinokov Serge.
16   If you have some special requests for Serge just write him to
17   apskaita@post.omnitel.net or serge@takas.lt
18       
19   Reimplemented in C by Pavel Janík ml.
20         
21   $Log$
22   Revision 1.1.1.1  2001/11/25 21:59:19  short
23   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
24
25   Revision 1.4  2001/06/28 00:28:45  pkot
26   Small docs updates (Pawel Kot)
27
28
29 */
30
31 #ifndef __fbus_6110_auth_h
32 #define __fbus_6110_auth_h
33
34 void FB61_GetNokiaAuth( unsigned char *Imei,
35                         unsigned char *MagicBytes,
36                         unsigned char *MagicResponse );
37
38 #endif /* __fbus_6110_auth_h */