Diff for /rpl/src/librpl.h between versions 1.37 and 1.50

version 1.37, 2012/12/18 13:19:39 version 1.50, 2014/07/17 08:07:26
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.12    RPL/2 (R) version 4.1.19
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2014 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 23 Line 23
 #ifndef INCLUSION_LIBRPL  #ifndef INCLUSION_LIBRPL
 #define 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  #endif
   
 // vim: ts=4  // vim: ts=4

Removed from v.1.37  
changed lines
  Added in v.1.50


CVSweb interface <joel.bertrand@systella.fr>