diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:27:14 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:27:14 +0000 |
commit | 46b6fea942cd4840f5510cd06629e8c91fb55c11 (patch) | |
tree | 6124bcca09a2d369b8e35e3d244797a9663ecee6 /libpipe/pq-funcs.c | |
parent | 3e94c51b0ade0767cf807dad1052e2e927ecc535 (diff) |
Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* pipe.h: Add extern inline protection.
* pq.h: Likewise.
* pipe-funcs.c, pq-funcs.c: New files.
* Makefile (SRCS): Add pipe-funcs.c and pq-funcs.c.
Diffstat (limited to 'libpipe/pq-funcs.c')
-rw-r--r-- | libpipe/pq-funcs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpipe/pq-funcs.c b/libpipe/pq-funcs.c new file mode 100644 index 00000000..2acecd08 --- /dev/null +++ b/libpipe/pq-funcs.c @@ -0,0 +1,2 @@ +#define PQ_EI +#include "pq.h" |