Moved silc_usleep from inline function to source file.
[runtime.git] / lib / silcutil / silctime.h
index a049cca469b0e3deca59981d539cfb373c78556a..32d4d9272d7f0a1574b8d02e9d96c91097b64765 100644 (file)
  * SOURCE
  *
  */
+/****s* silcutil/SilcTimeStruct
+ *
+ * NAME
+ *
+ *    typedef struct { ... } *SilcTime, SilcTimeStruct;
+ *
+ * DESCRIPTION
+ *
+ *    This context represents time value.  It includes date and time
+ *    down to millisecond precision.  The structure size is 64 bits.
+ *
+ * SOURCE
+ *
+ */
 typedef struct SilcTimeObject {
   unsigned int year       : 15;           /* Year,     0 - 32768 */
   unsigned int month      : 4;    /* Month,    1 - 12 */