Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / lib / silcutil / silctime.h
index 64eb37198ffb075754fabaf2fdaf938b71999f3b..6c22d90ae1a3c7079888dd9e9b84428c973fd691 100644 (file)
@@ -44,7 +44,7 @@
  * SOURCE
  *
  ***/
-typedef struct {
+typedef struct SilcTimeObject {
   unsigned int year       : 15;           /* Year,     0 - 32768 */
   unsigned int month      : 4;    /* Month,    1 - 12 */
   unsigned int day        : 5;    /* Day,      1 - 31 */
@@ -251,7 +251,7 @@ SilcBool silc_time_generalized_string(SilcTime time_val, char *ret_string,
  *
  * DESCRIPTION
  *
- *    Compares `t1' and `t2' time structures and returns less than zero, 
+ *    Compares `t1' and `t2' time structures and returns less than zero,
  *    zero or more than zero when `t1' is smaller, equal or bigger than
  *    `t2', respectively.
  *