Browse Source

+ Added CreatePipeHandles call to interface

michael 21 years ago
parent
commit
d566e92a85
1 changed files with 5 additions and 1 deletions
  1. 5 1
      fcl/inc/pipes.pp

+ 5 - 1
fcl/inc/pipes.pp

@@ -44,6 +44,7 @@ Type
       Function Read (Var Buffer; Count : Longint) : longint; Override;
       Function Read (Var Buffer; Count : Longint) : longint; Override;
     end;
     end;
 
 
+Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
 Procedure CreatePipeStreams (Var InPipe : TInputPipeStream;
 Procedure CreatePipeStreams (Var InPipe : TInputPipeStream;
                              Var OutPipe : TOutputPipeStream);
                              Var OutPipe : TOutputPipeStream);
 
 
@@ -123,7 +124,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-09-07 15:15:25  peter
+  Revision 1.4  2004-08-11 21:42:47  michael
+  + Added CreatePipeHandles call to interface
+
+  Revision 1.3  2002/09/07 15:15:25  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
 }
 }