diff options
Diffstat (limited to 'include/fifo.h')
-rw-r--r-- | include/fifo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/fifo.h b/include/fifo.h new file mode 100644 index 0000000..3c1bf68 --- /dev/null +++ b/include/fifo.h @@ -0,0 +1,12 @@ +#ifndef FIFO_H +#define FIFO_H + +/** + @file fifo.h + @author djb, feh + @source s/qmail +*/ + +int fifo_make(char *,int); + +#endif |