tor-browser

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

LineBreakStrictness.d.h (533B)


      1 #ifndef LineBreakStrictness_D_H
      2 #define LineBreakStrictness_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 
     11 
     12 
     13 
     14 typedef enum LineBreakStrictness {
     15  LineBreakStrictness_Loose = 0,
     16  LineBreakStrictness_Normal = 1,
     17  LineBreakStrictness_Strict = 2,
     18  LineBreakStrictness_Anywhere = 3,
     19 } LineBreakStrictness;
     20 
     21 typedef struct LineBreakStrictness_option {union { LineBreakStrictness ok; }; bool is_ok; } LineBreakStrictness_option;
     22 
     23 
     24 
     25 #endif // LineBreakStrictness_D_H