Diff for /rpl/src/librpl.h between versions 1.44 and 1.46

version 1.44, 2013/10/02 07:43:41 version 1.46, 2013/10/04 07:54:50
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.44  
changed lines
  Added in v.1.46


CVSweb interface <joel.bertrand@systella.fr>