diff options
Diffstat (limited to 'src/gpg-error.vers')
-rw-r--r-- | src/gpg-error.vers | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gpg-error.vers b/src/gpg-error.vers index 04a7bee..199a0b9 100644 --- a/src/gpg-error.vers +++ b/src/gpg-error.vers @@ -233,6 +233,22 @@ GPG_ERROR_1.0 { gpgrt_strlist_pop; gpgrt_strlist_find; + gpgrt_nvc_new; + gpgrt_nvc_release; + gpgrt_nvc_get_flag; + gpgrt_nvc_add; + gpgrt_nvc_set; + gpgrt_nve_set; + gpgrt_nvc_delete; + gpgrt_nvc_lookup; + gpgrt_nvc_parse; + gpgrt_nvc_write; + gpgrt_nve_next; + gpgrt_nve_name; + gpgrt_nve_value; + gpgrt_nvc_get_string; + gpgrt_nvc_get_bool; + local: *; |