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

Diff for /src/usr.bin/aucat/Attic/pipe.h between version 1.5 and 1.6

version 1.5, 2010/04/06 20:07:01 version 1.6, 2012/04/11 06:05:43
Line 28 
Line 28 
   
 struct pipe *pipe_new(struct fileops *, int, char *);  struct pipe *pipe_new(struct fileops *, int, char *);
 void pipe_close(struct file *);  void pipe_close(struct file *);
 unsigned pipe_read(struct file *, unsigned char *, unsigned);  unsigned int pipe_read(struct file *, unsigned char *, unsigned int);
 unsigned pipe_write(struct file *, unsigned char *, unsigned);  unsigned int pipe_write(struct file *, unsigned char *, unsigned int);
 int pipe_nfds(struct file *);  int pipe_nfds(struct file *);
 int pipe_pollfd(struct file *, struct pollfd *, int);  int pipe_pollfd(struct file *, struct pollfd *, int);
 int pipe_revents(struct file *, struct pollfd *);  int pipe_revents(struct file *, struct pollfd *);

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