diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 286cf50a2..10fac88f2 100644 --- a/common/util.h +++ b/common/util.h @@ -267,6 +267,8 @@ int is_file_compressed (const char *s, int *ret_rc); int match_multistr (const char *multistr,const char *match); +int gnupg_compare_version (const char *a, const char *b); + /*-- Simple replacement functions. */ #ifndef HAVE_TTYNAME |