mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
parent
537764ea55
commit
f18945dfea
@ -86,6 +86,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Opaque vici connection contex.
|
||||
*/
|
||||
@ -465,4 +469,8 @@ void vici_init();
|
||||
*/
|
||||
void vici_deinit();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /** LIBVICI_H_ @}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user