#ifndef __CR_FIFO_H__ #define __CR_FIFO_H__ struct fd_parms; struct cr_fdset; extern int dump_fifo(struct fd_parms *p, int lfd, const int fdinfo); extern int collect_fifo(void); #endif /* __CR_FIFO_H__ */