Add nwcore and nwssl root libraries
All checks were successful
Source release / source-package (push) Successful in 1m4s
All checks were successful
Source release / source-package (push) Successful in 1m4s
This commit is contained in:
14
include/core/core.h
Normal file
14
include/core/core.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef MARS_NWE_CORE_H
|
||||
#define MARS_NWE_CORE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const char *nwcore_version(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MARS_NWE_CORE_H */
|
||||
15
include/nwssl/nwssl.h
Normal file
15
include/nwssl/nwssl.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef MARS_NWE_NWSSL_H
|
||||
#define MARS_NWE_NWSSL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const char *nwssl_version(void);
|
||||
int nwssl_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MARS_NWE_NWSSL_H */
|
||||
Reference in New Issue
Block a user