/*
 * No rights reserved.  This code is public domain.
 *
 * - Rob Mayoff <mayoff@dqd.com>
 *
 * $Id: utils.h,v 1.3 2001/01/04 02:56:27 mayoff stable $
 */

#define Version "1.7"

extern Tcl_CmdProc MD5Cmd;

extern void addNonversionedCommands(Tcl_Interp *interp);
extern int detachInit(char *server, char *module);
