Update: orig2001_12_04_22_45 -> orig2001_12_14_20_46
[gnokii.git] / common / data / at-emulator.c
index de23c4c..e952df2 100644 (file)
   calling code in gsm-api.c. Inspired by and in places copied from the Linux
   kernel AT Emulator IDSN code by Fritz Elfert and others.
   
-  $Log$
-  Revision 1.1.1.1  2001/11/25 21:59:07  short
-  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
-
-  Revision 1.5  2001/11/08 16:34:19  pkot
-  Updates to work with new libsms
-
-  Revision 1.4  2001/07/03 15:27:03  pkot
-  AT commands for SMS handling support (Tamas Bondar)
-  Small at-emulator code cleanup (me)
-
-  Revision 1.3  2001/02/21 19:56:59  chris
-  More fiddling with the directory layout
-
-
 */
 
 #define                __data_at_emulator_c
@@ -48,7 +33,7 @@
 
 #ifndef WIN32
 
-  #include <termios.h>
+#  include <termios.h>
 
 #endif