Add header
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
gen-header:
|
||||
cbindgen --lang c --crate socks5-c --output socks5_c.h
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void run_client(void);
|
||||
Reference in New Issue
Block a user