tor-browser

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

Logger.h (293B)


      1 #ifndef Logger_H
      2 #define Logger_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 #include "Logger.d.h"
     12 
     13 
     14 
     15 
     16 
     17 
     18 bool icu4x_Logger_init_simple_logger_mv1(void);
     19 
     20 void icu4x_Logger_destroy_mv1(Logger* self);
     21 
     22 
     23 
     24 
     25 
     26 #endif // Logger_H