--- rpl/src/librpl.h 2013/09/06 10:30:56 1.43 +++ rpl/src/librpl.h 2013/12/03 09:36:15 1.47 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.16 + RPL/2 (R) version 4.1.17 Copyright (C) 1989-2013 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