--- libelwix/inc/elwix/apio.h 2020/06/19 23:07:20 1.6 +++ libelwix/inc/elwix/apio.h 2025/08/21 15:43:00 1.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: apio.h,v 1.6 2020/06/19 23:07:20 misho Exp $ +* $Id: apio.h,v 1.7 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 - 2020 +Copyright 2004 - 2024 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -62,6 +62,9 @@ typedef SLIST_HEAD(, tagPIOPID) pio_pid_t; extern pio_pid_t pio_pidlist; +#ifdef __cplusplus +extern "C" { +#endif /* * e_popen() - ELWIX replacement of standard popen @@ -125,5 +128,8 @@ struct tagPIOPID *pio_pgetpid(int iop); */ int pio_pchkpid(array_t ** __restrict pids); +#ifdef __cplusplus +} +#endif #endif