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

version 1.44, 2013/10/02 07:43:41 version 1.45, 2013/10/02 07:56:42
Line 23 Line 23
 #ifndef INCLUSION_LIBRPL  #ifndef INCLUSION_LIBRPL
 #define INCLUSION_LIBRPL  #define INCLUSION_LIBRPL
   
   #   ifdef __cplusplus
   extern "C"
   {
   #   endif
   
 unsigned char **rpl(unsigned char *script, unsigned char *rpl_home);  unsigned char **rpl(unsigned char *script, 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.45


CVSweb interface <joel.bertrand@systella.fr>