tor-browser

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

LineBreakOptionsV2.d.h (543B)


      1 #ifndef LineBreakOptionsV2_D_H
      2 #define LineBreakOptionsV2_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 "LineBreakStrictness.d.h"
     11 #include "LineBreakWordOption.d.h"
     12 
     13 
     14 
     15 
     16 typedef struct LineBreakOptionsV2 {
     17  LineBreakStrictness_option strictness;
     18  LineBreakWordOption_option word_option;
     19 } LineBreakOptionsV2;
     20 
     21 typedef struct LineBreakOptionsV2_option {union { LineBreakOptionsV2 ok; }; bool is_ok; } LineBreakOptionsV2_option;
     22 
     23 
     24 
     25 #endif // LineBreakOptionsV2_D_H