int ksave(
int notify_type,
char *format,
kvalist)
none
If the notify_type variable is set to KFORCE, then the prompt will always appear regardless of the setting of the environment variable KHOROS_NOTIFY.
If the notify_type variable is set to KSTANDARD and the user has the environment variable KHOROS_NOTIFY set to either STANDARD or VERBOSE the prompt will appear.
And finally, if the notify_type variable is set to KVERBOSE and the environment variable KHOROS_NOTIFY set to VERBOSE, the prompt will appear.
Here is a summary table:
notify_type = FORCE never prompt when the environment variable KHOROS_NOTIFY is set to FORCE.
notify_type = STANDARD only prompt when the environment variable KHOROS_NOTIFY is set to STANDARD or VERBOSE.
notify_type = VERBOSE only prompt when the environment variable KHOROS_NOTIFY is set to VERBOSE
none
none
$BOOTSTRAP/objects/library/kutils/src/notify.c