#ifndef CRITCL_CALLBACK_H
#define CRITCL_CALLBACK_H

/*
 * critcl callback class - declarations
 *
 * Opaque instance information and Tcl 8/9 compatibility layer.
 */

#include <tclpre9compat.h>	/* tcl.h + Portability Tcl <=8.6 */

typedef struct critcl_callback* critcl_callback_p;

#endif

/*
 * Local Variables:
 * mode: c
 * c-basic-offset: 4
 * fill-column: 78
 * End:
 */
