summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-08 20:44:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-08 20:44:39 (GMT)
commit14b7b5ca29e03707a077b5469a53c848a385270c (patch)
tree0ef64089ab8435708755f8b7480563c86996ba33 /generic
parent57f48c1a4f24917520871197bce93aea499108d8 (diff)
downloadtcl-14b7b5ca29e03707a077b5469a53c848a385270c.zip
tcl-14b7b5ca29e03707a077b5469a53c848a385270c.tar.gz
tcl-14b7b5ca29e03707a077b5469a53c848a385270c.tar.bz2
TclCreatePipeline is in tclIntDecls.h; no need for it in tclInt.h.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index adaffdb..0b8955f 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.71 2001/11/23 01:26:52 das Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.72 2002/01/08 20:44:39 dgp Exp $
*/
#ifndef _TCLINT
@@ -1627,13 +1627,6 @@ EXTERN void TclCleanupCommand _ANSI_ARGS_((Command *cmdPtr));
EXTERN int TclCopyChannel _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Channel inChan, Tcl_Channel outChan,
int toRead, Tcl_Obj *cmdPtr));
-/*
- * TclCreatePipeline unofficially exported for use by BLT.
- */
-EXTERN int TclCreatePipeline _ANSI_ARGS_((Tcl_Interp *interp,
- int argc, char **argv, Tcl_Pid **pidArrayPtr,
- TclFile *inPipePtr, TclFile *outPipePtr,
- TclFile *errFilePtr));
EXTERN int TclCreateProc _ANSI_ARGS_((Tcl_Interp *interp,
Namespace *nsPtr, CONST char *procName,
Tcl_Obj *argsPtr, Tcl_Obj *bodyPtr,