diff options
Diffstat (limited to 'tcllib/modules/pt/rde_critcl/p.h')
-rw-r--r-- | tcllib/modules/pt/rde_critcl/p.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tcllib/modules/pt/rde_critcl/p.h b/tcllib/modules/pt/rde_critcl/p.h new file mode 100644 index 0000000..cb11529 --- /dev/null +++ b/tcllib/modules/pt/rde_critcl/p.h @@ -0,0 +1,24 @@ +/* pt::rde::critcl - critcl - layer 1 declarations + * (c) PARAM functions + */ + +#ifndef _P_H +#define _P_H 1 + +#include "tcl.h" + +typedef struct RDE_STATE_* RDE_STATE; + +RDE_STATE param_new (void); +void param_delete (RDE_STATE p); +void param_setcmd (RDE_STATE p, Tcl_Command c); + +#endif /* _P_H */ + +/* + * Local Variables: + * mode: c + * c-basic-offset: 4 + * fill-column: 78 + * End: + */ |