X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=include%2Fdata%2Fvirtmodem.h;h=aaa094fa6673c33698a447a68134d17f62ecd1b3;hb=refs%2Fheads%2Fats;hp=6fe838dfa310ba1a4e1475405866c7aec2b189cd;hpb=a2dfc99dc499ea8600bf5178f8122125d7d7d557;p=gnokii.git diff --git a/include/data/virtmodem.h b/include/data/virtmodem.h index 6fe838d..aaa094f 100644 --- a/include/data/virtmodem.h +++ b/include/data/virtmodem.h @@ -1,17 +1,29 @@ /* + $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.3 2002/04/03 00:08:20 short + Found in "gnokii-working" directory, some November-patches version + + Revision 1.1 2001/02/21 19:57:11 chris + More fiddling with the directory layout + + */ -#ifndef __virtmodem_h -#define __virtmodem_h +#ifndef __data_virtmodem_h +#define __data_virtmodem_h /* Prototypes */ @@ -21,8 +33,7 @@ bool VM_Initialise(char *model, GSM_ConnectionType connection, char *bindir, bool debug_mode, - bool GSM_Init, - char *synchronizetime); + bool GSM_Init); int VM_PtySetup(char *bindir); void VM_ThreadLoop(void); void VM_CharHandler(void); @@ -31,7 +42,6 @@ void VM_Terminate(void); GSM_Error VM_GSMInitialise(char *model, char *port, char *initlength, - GSM_ConnectionType connection, - char *synchronizetime); + GSM_ConnectionType connection); #endif /* __virtmodem_h */