tor-browser

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

GeneralCategoryGroup.d.h (423B)


      1 #ifndef GeneralCategoryGroup_D_H
      2 #define GeneralCategoryGroup_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 struct GeneralCategoryGroup {
     15  uint32_t mask;
     16 } GeneralCategoryGroup;
     17 
     18 typedef struct GeneralCategoryGroup_option {union { GeneralCategoryGroup ok; }; bool is_ok; } GeneralCategoryGroup_option;
     19 
     20 
     21 
     22 #endif // GeneralCategoryGroup_D_H