This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
lokinet
Watch
2
Star
0
Fork
0
You've already forked lokinet
mirror of
https://github.com/oxen-io/lokinet.git
synced
2024-11-07 15:20:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ffb90e87dc
lokinet
/
llarp
/
util
/
lokinet_init.h
14 lines
111 B
C
Raw
Normal View
History
Unescape
Escape
standardize include format and pragma once All #ifndef guards on headers have been removed, I think, in favor of #pragma once Headers are now included as `#include "filename"` if the included file resides in the same directory as the file including it, or any subdirectory therein. Otherwise they are included as `#include <project/top/dir/relative/path/filename>` The above does not include system/os headers.
2021-03-09 22:24:35 +00:00
#
pragma once
crash on wine, we support linux, ucb_unix, svr4 natively ffs. i tested this patch on wine 4.4 on fuckin Solaris 11 snv_151
2019-11-15 19:40:43 +00:00
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
int
Lokinet_INIT
(
void
)
;
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink