Index: generic/nsfInt.h =================================================================== diff -u -ra82b93b0eb26ab0e3e815ffc229bd61b7d5ef2cc -r507acdb9edb4f73339590c097aee004401cedc45 --- generic/nsfInt.h (.../nsfInt.h) (revision a82b93b0eb26ab0e3e815ffc229bd61b7d5ef2cc) +++ generic/nsfInt.h (.../nsfInt.h) (revision 507acdb9edb4f73339590c097aee004401cedc45) @@ -375,6 +375,7 @@ #define NSF_ARG_IS_CONVERTER 0x2000 #define NSF_ARG_IS_ENUMERATION 0x4000 #define NSF_ARG_CHECK_NONPOS 0x8000 +#define NSF_ARG_SET 0x10000 /* Disallowed parameter options */ #define NSF_DISALLOWED_ARG_METHOD_PARAMETER (NSF_ARG_METHOD|NSF_ARG_INITCMD|NSF_ARG_RELATION)