Browse Source

Use both Tag and Type

jD91mZM2 6 years ago
parent
commit
844e244851
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sys_time/cbindgen.toml

+ 1 - 1
src/sys_time/cbindgen.toml

@@ -1,7 +1,7 @@
 sys_includes = ["sys/types.h"]
 include_guard = "_SYS_TIME_H"
 language = "C"
-style = "Tag"
+style = "Both"
 
 [enum]
 prefix_with_name = true