Files
mars-nwe/include/nwssl/nwssl.h
Patch Bot 01ed39c1b0
All checks were successful
Source release / source-package (push) Successful in 1m4s
Add nwcore and nwssl root libraries
2026-06-04 20:54:41 +02:00

16 lines
206 B
C

#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 */