diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c index a47839248..6e3dbce0b 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -686,6 +686,15 @@ deprecated_warning(const char *configname,unsigned int configlineno, log_info(_("please use \"%s%s\" instead\n"),repl1,repl2); } + +void +deprecated_command (const char *name) +{ + log_info(_("WARNING: \"%s\" is a deprecated command - do not use it\n"), + name); +} + + const char * compress_algo_to_string(int algo) { |