]> git.lizzy.rs Git - nothing.git/blob - src/system/lt_adapters.h
Remove TODO(#943)
[nothing.git] / src / system / lt_adapters.h
1 #ifndef LT_ADAPTERS_H_
2 #define LT_ADAPTERS_H_
3
4 void fclose_lt(void* file);
5 void closedir_lt(void *dir);
6
7 #endif  // LT_ADAPTERS_H_