Diff for /rpl/src/rpl.h between versions 1.3 and 1.4

version 1.3, 2010/01/29 11:38:15 version 1.4, 2010/01/29 16:49:23
Line 2673  inline ssize_t write_atomic(struct_proce Line 2673  inline ssize_t write_atomic(struct_proce
 --------------------------------------------------------------------------------  --------------------------------------------------------------------------------
 */  */
   
 int asprintf(char **strp, const char *fmt, ...);  int alsprintf(unsigned char **strp, const char *fmt, ...);
 int transliterated_fprintf(struct_processus *s_etat_processus, file *flux,  int transliterated_fprintf(struct_processus *s_etat_processus, file *flux,
         const char *format, ...);          const char *format, ...);
 int vasprintf(char **strp, const char *fmt, va_list ap);  int valsprintf(unsigned char **strp, const char *fmt, va_list ap);
 int wrapper_instruction_intrinseque(void (*fonction)(),  int wrapper_instruction_intrinseque(void (*fonction)(),
         struct_rpl_arguments *rpl_arguments);          struct_rpl_arguments *rpl_arguments);
   

Removed from v.1.3  
changed lines
  Added in v.1.4


CVSweb interface <joel.bertrand@systella.fr>