[BACK]Return to utils.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/utils.h between version 1.6 and 1.7

version 1.6, 2021/11/01 14:43:25 version 1.7, 2021/11/01 18:23:09
Line 20 
Line 20 
   
 #include <stddef.h>  #include <stddef.h>
   
 struct name {  
         struct name *next;  
         char str[];  
 };  
   
 void log_puts(char *);  void log_puts(char *);
 void log_putx(unsigned long);  void log_putx(unsigned long);
 void log_putu(unsigned long);  void log_putu(unsigned long);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7