cmUdpNet.h: Added extern "C" {} wrapper.
This commit is contained in:
parent
bbc847f3c1
commit
7cf517ce44
@ -1,6 +1,10 @@
|
|||||||
#ifndef cmUdpNet_h
|
#ifndef cmUdpNet_h
|
||||||
#define cmUdpNet_h
|
#define cmUdpNet_h
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
A cmUdpNet is a wrapper around a single cmUdpPort. This object
|
A cmUdpNet is a wrapper around a single cmUdpPort. This object
|
||||||
maintains an array of remote nodes which map application defined
|
maintains an array of remote nodes which map application defined
|
||||||
@ -128,4 +132,8 @@ void cmUdpNetReport( cmUdpNetH_t h, cmRpt_t* rpt );
|
|||||||
|
|
||||||
cmRC_t cmUdpNetTest( cmCtx_t* ctx, int argc, char* argv[] );
|
cmRC_t cmUdpNetTest( cmCtx_t* ctx, int argc, char* argv[] );
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user