Allow passing raw pointers to C wrapper functions, I think

This commit is contained in:
idk
2021-06-15 12:02:57 -04:00
parent ed53cbb7b7
commit b962a330ad
4 changed files with 44 additions and 24 deletions

View File

@ -136,3 +136,8 @@ doxygen:
.PHONY: mk_obj_dir
.PHONY: install
.PHONY: strip
##TODO: delete this before a PR
testc: api api_client
g++ -Ii18n -c test.c -o test.o
g++ test.o libi2pd.so libi2pdclient.so -o test.main