summaryrefslogtreecommitdiff
path: root/include/fifo.h
blob: 3c1bf68cc677ee23dc011a7ea21f567f2e1e7ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef FIFO_H
#define FIFO_H

/**
	@file fifo.h
	@author djb, feh
	@source s/qmail
*/

int fifo_make(char *,int);

#endif