summary refs log tree commit diff
path: root/src/fifo.h
blob: ba75678f320e4009bf380aa418b8b0cca53bfef0 (plain) (blame)
1
2
3
4
5
6
7
8
/* Public domain. */

#ifndef FIFO_H
#define FIFO_H

extern int fifo_make(const char *,int);

#endif