obj: add more set and namespace functions

This commit is contained in:
2023-02-25 17:57:53 +00:00
parent ef10ed5cd2
commit 8c87e78797
7 changed files with 248 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
#define SOCKS_UTIL_H_
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
extern void data_size_to_string(size_t value, char *out, size_t outsz);