a619e54741e74eb2ed499394566809825d8475ab
[gnokii.git] / include / data / virtmodem.h
1 /*
2
3   G N O K I I
4
5   A Linux/Unix toolset and driver for Nokia mobile phones.
6
7   Released under the terms of the GNU GPL, see file COPYING for more details.
8
9   Header file for virtmodem code in virtmodem.c
10
11 */
12
13 #ifndef __virtmodem_h
14 #define __virtmodem_h
15
16 /* Prototypes */
17
18 extern bool VM_Initialise(char *model,
19                    char *port,
20                    char *initlength,
21                    GSM_ConnectionType connection,
22                    char *bindir,
23                    bool debug_mode,
24                    bool GSM_Init,
25                    char *synchronizetime);
26 extern void VM_Terminate(void);
27
28 #endif  /* __virtmodem_h */