Updated debug output.
[AROS.git] / workbench / fs / pipe / pipecreate.h
blobc765d14bc829e9dfca52f4db7db243761357c79d
1 /****************************************************************************
2 ** File: pipecreate.h
3 ** Program: pipe-handler - an AmigaDOS handler for named pipes
4 ** Version: 1.1
5 ** Author: Ed Puckett qix@mit-oz
6 **
7 ** Copyright 1987 by EpAc Software. All Rights Reserved.
8 **
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 */ );