update for HEAD-2003021201
[reactos.git] / include / msvcrt / sys / timeb.h
index 85e57ed..0c80891 100644 (file)
@@ -15,7 +15,7 @@
  *
  *  This code is distributed in the hope that it will be useful but
  *  WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
- *  DISCLAMED. This includes but is not limited to warranties of
+ *  DISCLAIMED. This includes but is not limited to warranties of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  *
  * $Revision$
  *
  */
 
-#ifndef        __STRICT_ANSI__
+#ifndef __STRICT_ANSI__
 
-#ifndef        _TIMEB_H_
-#define        _TIMEB_H_
+#ifndef _TIMEB_H_
+#define _TIMEB_H_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
 
 /*
  * TODO: Structure not tested.
  */
 struct timeb
 {
-       long    time;
-       short   millitm;
-       short   _timezone;
-       short   dstflag;
+    long time;
+    short millitm;
+    short _timezone;
+    short dstflag;
 };
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 /* TODO: Not tested. */
-void   _ftime (struct timeb* timebBuffer);
+void _ftime(struct timeb*);
 
-#ifndef        _NO_OLDNAMES
-void   ftime (struct timeb* timebBuffer);
-#endif /* Not _NO_OLDNAMES */
+#ifndef _NO_OLDNAMES
+void ftime(struct timeb*);
+#endif  /* Not _NO_OLDNAMES */
 
-#ifdef __cplusplus
+#ifdef  __cplusplus
 }
 #endif
 
-#endif /* Not _TIMEB_H_ */
+#endif  /* Not _TIMEB_H_ */
 
-#endif /* Not __STRICT_ANSI__ */
+#endif  /* Not __STRICT_ANSI__ */