tor-browser

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

CollatorOptionsV1.d.h (696B)


      1 #ifndef CollatorOptionsV1_D_H
      2 #define CollatorOptionsV1_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 "CollatorAlternateHandling.d.h"
     11 #include "CollatorCaseLevel.d.h"
     12 #include "CollatorMaxVariable.d.h"
     13 #include "CollatorStrength.d.h"
     14 
     15 
     16 
     17 
     18 typedef struct CollatorOptionsV1 {
     19  CollatorStrength_option strength;
     20  CollatorAlternateHandling_option alternate_handling;
     21  CollatorMaxVariable_option max_variable;
     22  CollatorCaseLevel_option case_level;
     23 } CollatorOptionsV1;
     24 
     25 typedef struct CollatorOptionsV1_option {union { CollatorOptionsV1 ok; }; bool is_ok; } CollatorOptionsV1_option;
     26 
     27 
     28 
     29 #endif // CollatorOptionsV1_D_H