aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h
index 84a2705d8..a3a128b98 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -95,6 +95,8 @@ int string_to_compress_algo(const char *string);
int check_compress_algo(int algo);
int default_cipher_algo(void);
int default_compress_algo(void);
+void compliance_failure(void);
+const char *compliance_option_string(void);
/*-- helptext.c --*/
void display_online_help( const char *keyword );