1 /****************************************************************************
3 ** Program: pipe-handler - an AmigaDOS handler for named pipes
5 ** Author: Ed Puckett qix@mit-oz
7 ** Copyright 1987 by EpAc Software. All Rights Reserved.
9 ** History: 05-Jan-87 Original Version (1.0)
10 ** 07-Feb-87 Added lock initialization to OpenPipe()
11 ** for locks on individual pipes.
12 ** 12-Feb-87 Fixed bug in OpenPipe(): previously ignored
13 ** lock passed in packet. Bug uncovered when
14 ** pipes became lockable, and thus assignable.
19 #define OPENTAP_STRSIZE 108
23 extern void OpenPipe ( /* pkt, tapfh */ );
24 extern void ClosePipe ( /* pkt */ );
25 extern void DiscardPipe ( /* pipe */ );