summaryrefslogtreecommitdiff
path: root/include/fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fifo.h')
-rw-r--r--include/fifo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/fifo.h b/include/fifo.h
index 3c1bf68..d9a1b95 100644
--- a/include/fifo.h
+++ b/include/fifo.h
@@ -2,10 +2,10 @@
#define FIFO_H
/**
- @file fifo.h
- @author djb, feh
- @source s/qmail
-*/
+ * @file fifo.h
+ * @author djb
+ * @ref s/qmail
+ */
int fifo_make(char *,int);