diff options
Diffstat (limited to 'sqmail-4.3.07/src/include/fifo.h')
-rw-r--r-- | sqmail-4.3.07/src/include/fifo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/include/fifo.h b/sqmail-4.3.07/src/include/fifo.h new file mode 100644 index 0000000..f48c863 --- /dev/null +++ b/sqmail-4.3.07/src/include/fifo.h @@ -0,0 +1,6 @@ +#ifndef FIFO_H +#define FIFO_H + +int fifo_make(char *,int); + +#endif |