s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
fifo.h
Go to the documentation of this file.
1#ifndef FIFO_H
2#define FIFO_H
3
4int fifo_make(char *,int);
5
6#endif
int fifo_make(char *, int)
Definition: fifo.c:8