Index: generic/nsfInt.h =================================================================== diff -u -r1f7ecfcf5b0643ce05b96405c77d5da7fe10268e -r5f856ff709f400d155ff730f532f646db5feef04 --- generic/nsfInt.h (.../nsfInt.h) (revision 1f7ecfcf5b0643ce05b96405c77d5da7fe10268e) +++ generic/nsfInt.h (.../nsfInt.h) (revision 5f856ff709f400d155ff730f532f646db5feef04) @@ -635,6 +635,10 @@ } NsfShadowTclCommandInfo; typedef enum {SHADOW_LOAD=1, SHADOW_UNLOAD=0, SHADOW_REFETCH=2} NsfShadowOperations; + +typedef enum {NSF_PARAMS_NAMES, NSF_PARAMS_LIST, + NSF_PARAMS_PARAMETER, NSF_PARAMS_SYNTAX} NsfParamsPrintStyle; + int NsfCallCommand(Tcl_Interp *interp, NsfGlobalNames name, int objc, Tcl_Obj *CONST objv[]); int NsfShadowTclCommands(Tcl_Interp *interp, NsfShadowOperations load);