summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkge.c
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-04 08:06:07 (GMT)
committerhobbs <hobbs>2000-04-04 08:06:07 (GMT)
commit10736d4e37e044b5393fb9069608f7188ef0d9b3 (patch)
treec148d30d89ae800e8327ceff33eb33071645bba2 /unix/dltest/pkge.c
parentd629aa94a6179c6ebf2844bd69030aca52dd7d73 (diff)
downloadtcl-10736d4e37e044b5393fb9069608f7188ef0d9b3.zip
tcl-10736d4e37e044b5393fb9069608f7188ef0d9b3.tar.gz
tcl-10736d4e37e044b5393fb9069608f7188ef0d9b3.tar.bz2
* unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293]
Diffstat (limited to 'unix/dltest/pkge.c')
-rw-r--r--unix/dltest/pkge.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c
index 6c74366..d8f71c2 100644
--- a/unix/dltest/pkge.c
+++ b/unix/dltest/pkge.c
@@ -10,19 +10,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: pkge.c,v 1.4 1999/04/16 00:48:06 stanton Exp $
+ * RCS: @(#) $Id: pkge.c,v 1.5 2000/04/04 08:06:07 hobbs Exp $
*/
#include "tcl.h"
-/*
- * Prototypes for procedures defined later in this file:
- */
-
-static int Pkgd_SubCmd _ANSI_ARGS_((ClientData clientData,
- Tcl_Interp *interp, int argc, char **argv));
-static int Pkgd_UnsafeCmd _ANSI_ARGS_((ClientData clientData,
- Tcl_Interp *interp, int argc, char **argv));
/*
*----------------------------------------------------------------------