X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fnewmodules%2Fsniff%2Fsniff.h;fp=include%2Fnewmodules%2Fsniff%2Fsniff.h;h=27b979c89a75546244b5067bec4641c579b22466;hp=f2c20af5c5de3a7145403570ce8eafbcb55d281b;hb=9243ae4a92a0e97f3c850018930fc50ff3f75544;hpb=1a6c5e5f47c4e40cacea0f72f0431e11a8dc9f0f diff --git a/include/newmodules/sniff/sniff.h b/include/newmodules/sniff/sniff.h index f2c20af..27b979c 100644 --- a/include/newmodules/sniff/sniff.h +++ b/include/newmodules/sniff/sniff.h @@ -1,32 +1,32 @@ -/* - - G N O K I I - - A Linux/Unix toolset and driver for Nokia mobile phones. - - Released under the terms of the GNU GPL, see file COPYING for more details. - - Header file for the various functions, definitions etc. used to implement - the handset interface. See fbus-sniff.c for more details. - -*/ - -#ifndef __n_sniff_h -#define __n_sniff_h - -#include "gsm-api.h" - -/* Global variables */ -extern bool Nsniff_LinkOK; -extern GSM_Functions Nsniff_Functions; -extern GSM_Information Nsniff_Information; - -/* Prototypes for the functions designed to be used externally. */ -GSM_Error Nsniff_Initialise(char *port_device, char *initlength, - GSM_ConnectionType connection, - void (*rlp_callback)(RLP_F96Frame *frame)); - +/* + + G N O K I I + + A Linux/Unix toolset and driver for Nokia mobile phones. + + Released under the terms of the GNU GPL, see file COPYING for more details. + + Header file for the various functions, definitions etc. used to implement + the handset interface. See fbus-sniff.c for more details. + +*/ + +#ifndef __n_sniff_h +#define __n_sniff_h + +#include "gsm-api.h" + +/* Global variables */ +extern bool Nsniff_LinkOK; +extern GSM_Functions Nsniff_Functions; +extern GSM_Information Nsniff_Information; + +/* Prototypes for the functions designed to be used externally. */ +GSM_Error Nsniff_Initialise(char *port_device, char *initlength, + GSM_ConnectionType connection, + void (*rlp_callback)(RLP_F96Frame *frame)); + void Nsniff_DispatchMessage(u16 MessageLength, u8 *MessageBuffer, u8 MessageType); - -#endif /* __n_sniff_h */ + +#endif /* __n_sniff_h */