--- rpl/src/librpl.h 2010/03/04 10:17:54 1.4 +++ rpl/src/librpl.h 2013/09/06 10:30:56 1.43 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.12 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.16 + Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -23,7 +23,7 @@ #ifndef INCLUSION_LIBRPL #define INCLUSION_LIBRPL -unsigned char **rpl(unsigned char *script); +unsigned char **rpl(unsigned char *script, unsigned char **rpl_home); #endif