tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

DateTimeMismatchedCalendarError.d.h (581B)


      1 #ifndef DateTimeMismatchedCalendarError_D_H
      2 #define DateTimeMismatchedCalendarError_D_H
      3 
      4 #include <stdio.h>
      5 #include <stdint.h>
      6 #include <stddef.h>
      7 #include <stdbool.h>
      8 #include "diplomat_runtime.h"
      9 
     10 #include "CalendarKind.d.h"
     11 
     12 
     13 
     14 
     15 typedef struct DateTimeMismatchedCalendarError {
     16  CalendarKind this_kind;
     17  CalendarKind_option date_kind;
     18 } DateTimeMismatchedCalendarError;
     19 
     20 typedef struct DateTimeMismatchedCalendarError_option {union { DateTimeMismatchedCalendarError ok; }; bool is_ok; } DateTimeMismatchedCalendarError_option;
     21 
     22 
     23 
     24 #endif // DateTimeMismatchedCalendarError_D_H