diff options
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r-- | src/gpgrt-int.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index 34e494c..b5a4dd1 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -742,6 +742,12 @@ void _gpgrt_set_usage_outfnc (int (*fnc)(int, const char *)); void _gpgrt_set_fixed_string_mapper (const char *(*f)(const char*)); +/* + * Various helper functions + */ +int _gpgrt_cmp_version (const char *a, const char *b, int level); + + /* * Internal platform abstraction functions (sysutils.c) |