diff options
author | Kevin Coffman <kwc@citi.umich.edu> | 2008-05-07 14:38:47 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-05-07 14:38:47 -0400 |
commit | 73f9b4402ec6625618967f947c99e6e417322d36 (patch) | |
tree | 5ed7570eed605d3ce8ee0483dd59df7c16fa302d /utils/gssd/err_util.h | |
parent | 313ab396c04afe160ee6764e28b5e61ce19c46d9 (diff) | |
download | nfs-utils-73f9b4402ec6625618967f947c99e6e417322d36.tar.gz nfs-utils-73f9b4402ec6625618967f947c99e6e417322d36.tar.xz nfs-utils-73f9b4402ec6625618967f947c99e6e417322d36.zip |
Add a new function to retrieve the current verbosity level
so that some messages that would otherwise always print may
be silenced.
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd/err_util.h')
-rw-r--r-- | utils/gssd/err_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gssd/err_util.h b/utils/gssd/err_util.h index 5e5af48..c4df32d 100644 --- a/utils/gssd/err_util.h +++ b/utils/gssd/err_util.h @@ -33,5 +33,6 @@ void initerr(char *progname, int verbosity, int fg); void printerr(int priority, char *format, ...); +int get_verbosity(void); #endif /* _ERR_UTIL_H_ */ |