diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f16eeccc8..83d851220c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1023,6 +1023,8 @@ FUNCS += functions/gnutls_ext_get_data FUNCS += functions/gnutls_ext_get_data.short FUNCS += functions/gnutls_ext_get_name FUNCS += functions/gnutls_ext_get_name.short +FUNCS += functions/gnutls_ext_get_name2 +FUNCS += functions/gnutls_ext_get_name2.short FUNCS += functions/gnutls_ext_raw_parse FUNCS += functions/gnutls_ext_raw_parse.short FUNCS += functions/gnutls_ext_register diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 97cc80ed6e..18f382ee45 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -313,6 +313,7 @@ APIMANS += gnutls_est_record_overhead_size.3 APIMANS += gnutls_ext_get_current_msg.3 APIMANS += gnutls_ext_get_data.3 APIMANS += gnutls_ext_get_name.3 +APIMANS += gnutls_ext_get_name2.3 APIMANS += gnutls_ext_raw_parse.3 APIMANS += gnutls_ext_register.3 APIMANS += gnutls_ext_set_data.3 |