--- rpl/src/librpl.h 2010/01/27 22:22:17 1.2 +++ rpl/src/librpl.h 2012/12/19 09:58:27 1.38 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.10 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.12 + Copyright (C) 1989-2012 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