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

/**
  @file fifo.h
  @author djb
  @ref s/qmail
*/

int fifo_make(char *, int);

#endif