Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49231
Collapse All | Expand All

(-)lib/recurrence_internal.h.old (-4 / +4 lines)
Lines 52-58 Link Here
52
  uint32_t  start_minute P;       /* 0x3e */
52
  uint32_t  start_minute P;       /* 0x3e */
53
  uint32_t  end_minute P;         /* 0x42 */
53
  uint32_t  end_minute P;         /* 0x42 */
54
  uint8_t   padding2[4] P;        /* 0x46 */
54
  uint8_t   padding2[4] P;        /* 0x46 */
55
} RecurringWeekly P;
55
} P RecurringWeekly;
56
56
57
/* size = 0x20 */
57
/* size = 0x20 */
58
typedef struct
58
typedef struct
Lines 68-74 Link Here
68
  uint32_t  start_minute P;       /* 0x3e */
68
  uint32_t  start_minute P;       /* 0x3e */
69
  uint32_t  end_minute P;         /* 0x42 */
69
  uint32_t  end_minute P;         /* 0x42 */
70
  uint8_t   padding2[4] P;        /* 0x46 */
70
  uint8_t   padding2[4] P;        /* 0x46 */
71
} RecurringMonthly P;
71
} P RecurringMonthly;
72
72
73
/* size = 0x20 */
73
/* size = 0x20 */
74
typedef struct
74
typedef struct
Lines 86-92 Link Here
86
  uint8_t   unknown3[0xc] P;      /* 0x36 */
86
  uint8_t   unknown3[0xc] P;      /* 0x36 */
87
  uint32_t  start_minute P;       /* 0x42 */
87
  uint32_t  start_minute P;       /* 0x42 */
88
  uint32_t  end_minute P;         /* 0x46 */
88
  uint32_t  end_minute P;         /* 0x46 */
89
} RecurringMonthNth P;
89
} P RecurringMonthNth;
90
90
91
/* size = 0x68 */
91
/* size = 0x68 */
92
typedef struct
92
typedef struct
Lines 101-107 Link Here
101
    RecurringMonthNth month_nth P;
101
    RecurringMonthNth month_nth P;
102
  } details P;
102
  } details P;
103
  uint8_t   unknown4[0x1e] P;     /* 0x4a */
103
  uint8_t   unknown4[0x1e] P;     /* 0x4a */
104
} RecurrenceBlob P;
104
} P RecurrenceBlob;
105
105
106
enum
106
enum
107
{
107
{

Return to bug 49231