--- libelwix/inc/elwix/avar.h 2022/02/01 20:46:57 1.14 +++ libelwix/inc/elwix/avar.h 2025/08/21 15:43:00 1.15 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: avar.h,v 1.14 2022/02/01 20:46:57 misho Exp $ +* $Id: avar.h,v 1.15 2025/08/21 15:43:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2022 +Copyright 2004 - 2024 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -368,6 +368,9 @@ typedef struct __packed { AIT_KEY(__val) = 0; \ } while (0) +#ifdef __cplusplus +extern "C" { +#endif /* * ait_vars2buffer() - Marshaling data from array with variables to buffer @@ -598,5 +601,8 @@ ait_val_t *ait_findKeyHash(array_t * __restrict vars, */ int ait_hashKeyVars(array_t * __restrict vars); +#ifdef __cplusplus +} +#endif #endif