diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index aad27b8fd..6946362f4 100644 --- a/g10/main.h +++ b/g10/main.h @@ -83,6 +83,8 @@ struct expando_args char *pct_expando(const char *string,struct expando_args *args); int hextobyte( const char *s ); +void deprecated_warning(const char *configname,unsigned int configlineno, + const char *option,const char *repl1,const char *repl2); /*-- helptext.c --*/ void display_online_help( const char *keyword ); |