/************************************************/
/*                                              */
/* File        : ./tclrock.h                    */
/* Description : tcl command interpreter        */
/*                                              */
/* Command     : rock                           */
/* Comment     : ROCK library tcl interface     */
/*                                              */
/* Note : This file was created from a tl file. */
/*        Do not modify by hand.                */
/*                                              */
/* Created : Wed 23. Apr 1997 13:14:51          */
/*                                              */
/************************************************/

#ifndef TLC_TCLC_rock_H
#define TLC_TCLC_rock_H

#include <tcl.h>

/* tcl interpreter for command rock */

int tl_rock_Tcl_Init(Tcl_Interp *interp);

#endif /* TLC_TCLC_rock_H */