--- rpl/src/librpl.h 2011/06/24 20:31:42 1.23 +++ rpl/src/librpl.h 2018/05/30 09:27:38 1.62 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.0.prerelease.4 - Copyright (C) 1989-2011 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.29 + Copyright (C) 1989-2018 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