X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilctime.h;h=4fc7e4b7527042f970aa2c0622b7887e962d18d3;hp=32d4d9272d7f0a1574b8d02e9d96c91097b64765;hb=56cea60b47990096c4c2a16f57f7865f9708e361;hpb=3506646d4a40e980f06ae1b96cc9edd0109d3eff diff --git a/lib/silcutil/silctime.h b/lib/silcutil/silctime.h index 32d4d927..4fc7e4b7 100644 --- a/lib/silcutil/silctime.h +++ b/lib/silcutil/silctime.h @@ -44,20 +44,6 @@ * 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