Fixed ROBODoc header.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 3 Mar 2008 19:13:05 +0000 (21:13 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 3 Mar 2008 19:13:05 +0000 (21:13 +0200)
lib/silcutil/silctime.h

index 32d4d9272d7f0a1574b8d02e9d96c91097b64765..4fc7e4b7527042f970aa2c0622b7887e962d18d3 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 */
@@ -73,6 +59,19 @@ typedef struct SilcTimeObject {
 } *SilcTime, SilcTimeStruct;
 /***/
 
+/****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.
+ *
+ ***/
+
 /****f* silcutil/silc_time
  *
  * SYNOPSIS