diff options
author | Werner Koch <[email protected]> | 2018-03-21 17:34:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-21 17:34:15 +0000 |
commit | ed78ef7f06649f85f1c94c4fb2bd3f6b16fd9a63 (patch) | |
tree | 68ad5c4a98a60bf5a228830fcfe5f2b52aa9e72c /src/gpg-error.def.in | |
parent | core: Add the group of argparse functions. (diff) | |
download | libgpg-error-ed78ef7f06649f85f1c94c4fb2bd3f6b16fd9a63.tar.gz libgpg-error-ed78ef7f06649f85f1c94c4fb2bd3f6b16fd9a63.zip |
core: Add public function gpgrt_usage.
* src/visibility.c (gpgrt_usage): New.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index 7a6a2ef..33ef794 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -208,10 +208,11 @@ EXPORTS ;; gpgrt_release_process @159 gpgrt_argparse @160 - gpgrt_strusage @161 - gpgrt_set_strusage @162 - gpgrt_set_usage_outfnc @163 - gpgrt_set_fixed_string_mapper @164 + gpgrt_usage @161 + gpgrt_strusage @162 + gpgrt_set_strusage @163 + gpgrt_set_usage_outfnc @164 + gpgrt_set_fixed_string_mapper @165 ;; end of file with public symbols for Windows. |