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 5df7901a5..b95061495 100644 --- a/g10/main.h +++ b/g10/main.h @@ -38,6 +38,8 @@ typedef struct { /*-- g10.c --*/ +extern int g10_errors_seen; + #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ) void g10_exit(int rc) __attribute__ ((noreturn)); #else |