CVS diff for buff.h between 1.2 and 1.1:

Revision 1.1 Revision 1.2
Line 127 Line 127
                          void *data); 
 
/* I/O */ 
                          void *data); 
 
/* I/O */ 
 
int cow_read_line(BUFF* in, char* buf, int nbyte, pth_event_t timeout); 
int ap_bread(BUFF *fb, void *buf, int nbyte, pth_event_t); 
int ap_bgets(char *s, int n, BUFF *fb); 
int ap_blookc(char *buff, BUFF *fb); 
int ap_bskiplf(BUFF *fb); 
int cow_write(SOCKTYPE out, const void *buf, int nbyte); 
int ap_bflush(BUFF *fb);
int ap_bread(BUFF *fb, void *buf, int nbyte, pth_event_t); 
int ap_bgets(char *s, int n, BUFF *fb); 
int ap_blookc(char *buff, BUFF *fb); 
int ap_bskiplf(BUFF *fb); 
int cow_write(SOCKTYPE out, const void *buf, int nbyte); 
int ap_bflush(BUFF *fb);
int ap_bputs(const char *x, BUFF *fb);
int ap_bvputs(BUFF *fb,...); 
 
int ap_bprintf(BUFF *fb, const char *fmt,...) 
__attribute__((format(printf,2,3))); 
int ap_vbprintf(BUFF *fb, const char *fmt, va_list vlist); 
int ap_bprintf(BUFF *fb, const char *fmt,...) 
__attribute__((format(printf,2,3))); 
int ap_vbprintf(BUFF *fb, const char *fmt, va_list vlist); 
Line 160 Line 159
 
#endif /* !APACHE_BUFF_H */ 
 
 
#endif /* !APACHE_BUFF_H */ 
 


Legend
Lines deleted from 1.2  
Lines Modified
  Lines added in revision 1.1