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

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

version 1.5, 2009/07/25 10:52:19 version 1.6, 2011/04/19 00:02:29
Line 28 
Line 28 
         int fd;          int fd;
 };  };
   
 struct listen *listen_new(struct fileops *, char *);  void listen_new_un(char *);
 int listen_nfds(struct file *);  int listen_nfds(struct file *);
 int listen_pollfd(struct file *, struct pollfd *, int);  int listen_pollfd(struct file *, struct pollfd *, int);
 int listen_revents(struct file *, struct pollfd *);  int listen_revents(struct file *, struct pollfd *);
 void listen_close(struct file *);  void listen_close(struct file *);
 extern struct fileops listen_ops;  void listen_closeall(void);
   
 #endif /* !defined(LISTEN_H) */  #endif /* !defined(LISTEN_H) */

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