Add header

This commit is contained in:
Jon Häggblad
2023-05-11 14:16:35 +01:00
parent dc31576942
commit 4a401d23e5
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
gen-header:
cbindgen --lang c --crate socks5-c --output socks5_c.h
+6
View File
@@ -0,0 +1,6 @@
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
void run_client(void);