diff options
Diffstat (limited to 'src/visibility.h')
-rw-r--r-- | src/visibility.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/visibility.h b/src/visibility.h index 28038d0..192f733 100644 --- a/src/visibility.h +++ b/src/visibility.h @@ -216,6 +216,10 @@ MARK_VISIBLE (gpgrt_set_usage_outfnc); MARK_VISIBLE (gpgrt_cmp_version); +MARK_VISIBLE (gpgrt_fnameconcat); +MARK_VISIBLE (gpgrt_absfnameconcat); + + #undef MARK_VISIBLE #else /*!_GPGRT_INCL_BY_VISIBILITY_C*/ |