diff options
author | Werner Koch <[email protected]> | 2010-10-13 15:57:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-10-13 15:57:08 +0000 |
commit | 54591341a417ca769b2219a9b2f7683f11a74718 (patch) | |
tree | d4cd49932dec93aa9e20e1933ad16ba897965c46 /common/util.h | |
parent | Describe %v and %V. (diff) | |
download | gnupg-54591341a417ca769b2219a9b2f7683f11a74718.tar.gz gnupg-54591341a417ca769b2219a9b2f7683f11a74718.zip |
More agent support for gpg.
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 |