1/* struct::stack - critcl - layer 2 declarations
2 * Support for stack methods.
3 */
4
5#ifndef _MS_H
6#define _MS_H 1
7
8#include "tcl.h"
9
10int stms_objcmd (ClientData cd, Tcl_Interp* interp, int objc, Tcl_Obj* CONST* objv);
11
12#endif /* _MS_H */
13
14/*
15 * Local Variables:
16 * mode: c
17 * c-basic-offset: 4
18 * fill-column: 78
19 * End:
20 */
21