--- libaitrpc/inc/aitrpc_cli.h 2024/03/20 17:32:30 1.3 +++ libaitrpc/inc/aitrpc_cli.h 2025/03/31 12:21:07 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc_cli.h,v 1.3 2024/03/20 17:32:30 misho Exp $ +* $Id: aitrpc_cli.h,v 1.4 2025/03/31 12:21:07 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -68,6 +68,10 @@ typedef struct { /* ----------------------------------------------------------------------- */ +#ifdef __cplusplus +extern "C" { +#endif + /* Error support functions */ // rpc_GetErrno() Get error code of last operation @@ -330,5 +334,8 @@ rpc_cli_t *rpc_cli_openClientExt(u_char InstID, int ne */ void rpc_cli_closeClientExt(rpc_cli_t ** __restrict cli); +#ifdef __cplusplus +} +#endif #endif