/************************************************/
/*                                              */
/* File        : ./tclconv.h                    */
/* Description : tcl command interpreter        */
/*                                              */
/* Command     : conv                           */
/* Comment     : Convert various formats        */
/*                                              */
/* Note : This file was created from a tl file. */
/*        Do not modify by hand.                */
/*                                              */
/* Created : Mon 12. May 1997 12:32:00          */
/*                                              */
/************************************************/

#ifndef TLC_TCLC_conv_H
#define TLC_TCLC_conv_H

#include <tcl.h>

/* tcl interpreter for command conv */

int tl_conv_Tcl_Init(Tcl_Interp *interp);

#endif /* TLC_TCLC_conv_H */