--- rpl/src/librpl.h 2013/04/01 15:29:38 1.41 +++ rpl/src/librpl.h 2024/01/09 07:33:55 1.71 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.14 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.35 + Copyright (C) 1989-2024 Dr. BERTRAND Joël This file is part of RPL/2. @@ -23,8 +23,17 @@ #ifndef INCLUSION_LIBRPL #define INCLUSION_LIBRPL -unsigned char **rpl(unsigned char *script, unsigned char **rpl_home); - +# ifdef __cplusplus +extern "C" +{ +# endif + +unsigned char **rpl(unsigned char *script, unsigned char *parametres, + unsigned char *rpl_home); + +# ifdef __cplusplus +} +# endif #endif // vim: ts=4