--- rpl/src/librpl.h 2010/02/10 10:14:25 1.3 +++ rpl/src/librpl.h 2015/02/19 11:01:29 1.53 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.11 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.21 + Copyright (C) 1989-2015 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); - +# 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