X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fdata%2Fvirtmodem.h;fp=include%2Fdata%2Fvirtmodem.h;h=6fe838dfa310ba1a4e1475405866c7aec2b189cd;hp=456f880176aaf2a84b3ddcec3baf15dc6f858ba4;hb=a2dfc99dc499ea8600bf5178f8122125d7d7d557;hpb=1fdb423c0a2e33c1282bec25de66d9f40d56999b diff --git a/include/data/virtmodem.h b/include/data/virtmodem.h index 456f880..6fe838d 100644 --- a/include/data/virtmodem.h +++ b/include/data/virtmodem.h @@ -1,29 +1,17 @@ /* - $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 virtmodem code in virtmodem.c - $Log$ - Revision 1.1.1.1 2001/11/25 21:59:21 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 - - Revision 1.1 2001/02/21 19:57:11 chris - More fiddling with the directory layout - - */ -#ifndef __data_virtmodem_h -#define __data_virtmodem_h +#ifndef __virtmodem_h +#define __virtmodem_h /* Prototypes */ @@ -33,7 +21,8 @@ bool VM_Initialise(char *model, GSM_ConnectionType connection, char *bindir, bool debug_mode, - bool GSM_Init); + bool GSM_Init, + char *synchronizetime); int VM_PtySetup(char *bindir); void VM_ThreadLoop(void); void VM_CharHandler(void); @@ -42,6 +31,7 @@ void VM_Terminate(void); GSM_Error VM_GSMInitialise(char *model, char *port, char *initlength, - GSM_ConnectionType connection); + GSM_ConnectionType connection, + char *synchronizetime); #endif /* __virtmodem_h */