sandbox: moved all sources to main kernel tree

This commit is contained in:
2023-02-03 20:43:38 +00:00
parent e714d619ba
commit 40f83922da
18 changed files with 0 additions and 9 deletions

8
include/socks/util.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef SOCKS_UTIL_H_
#define SOCKS_UTIL_H_
#include <stddef.h>
extern void data_size_to_string(size_t value, char *out, size_t outsz);
#endif