#ifndef FIFO_H #define FIFO_H /** @file fifo.h @author djb, feh @source s/qmail */ int fifo_make(char *, int); #endif