/* 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 virtmodem code in virtmodem.c */ #ifndef __virtmodem_h #define __virtmodem_h /* Prototypes */ extern bool VM_Initialise(char *model, char *port, char *initlength, GSM_ConnectionType connection, char *bindir, bool debug_mode, bool GSM_Init, char *synchronizetime); extern void VM_Terminate(void); #endif /* __virtmodem_h */