diff options
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index fad6405..75e8537 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -258,4 +258,17 @@ EXPORTS gpgrt_w32_reg_get_string @198 + gpgrt_strlist_free @199 + gpgrt_strlist_add @200 + gpgrt_strlist_tokenize @201 + gpgrt_strlist_copy @202 + gpgrt_strlist_rev @203 + gpgrt_strlist_prev @204 + gpgrt_strlist_last @205 + gpgrt_strlist_pop @206 + gpgrt_strlist_find @207 + + + + ;; end of file with public symbols for Windows. |