This commit was generated by cvs2svn to compensate for changes in r158,
[gnokii.git] / include / data / virtmodem.h
index 6fe838d..aaa094f 100644 (file)
@@ -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 */