summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-06-26 20:16:19 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-06-26 20:16:19 +0200
commit2b23e55c3cc8c5f891c783fbc233ba1e900983ec (patch)
tree80ee02bc360cbb95c258cb754f4e035bbfd162db /doc
parent2feb9c5656e8ac56b21dbe9f1b226a19e77d3926 (diff)
downloadgnutls-2b23e55c3cc8c5f891c783fbc233ba1e900983ec.tar.gz
added new symbols
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am10
-rw-r--r--doc/manpages/Makefile.am5
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d32c6f53a7..d132751b14 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1227,6 +1227,10 @@ FUNCS += functions/gnutls_openpgp_send_cert
FUNCS += functions/gnutls_openpgp_send_cert.short
FUNCS += functions/gnutls_openpgp_set_recv_key_function
FUNCS += functions/gnutls_openpgp_set_recv_key_function.short
+FUNCS += functions/gnutls_packet_deinit
+FUNCS += functions/gnutls_packet_deinit.short
+FUNCS += functions/gnutls_packet_get
+FUNCS += functions/gnutls_packet_get.short
FUNCS += functions/gnutls_pcert_deinit
FUNCS += functions/gnutls_pcert_deinit.short
FUNCS += functions/gnutls_pcert_import_openpgp
@@ -1653,6 +1657,8 @@ FUNCS += functions/gnutls_record_overhead_size
FUNCS += functions/gnutls_record_overhead_size.short
FUNCS += functions/gnutls_record_recv
FUNCS += functions/gnutls_record_recv.short
+FUNCS += functions/gnutls_record_recv_packet
+FUNCS += functions/gnutls_record_recv_packet.short
FUNCS += functions/gnutls_record_recv_seq
FUNCS += functions/gnutls_record_recv_seq.short
FUNCS += functions/gnutls_record_send
@@ -1965,6 +1971,10 @@ FUNCS += functions/gnutls_x509_crl_import
FUNCS += functions/gnutls_x509_crl_import.short
FUNCS += functions/gnutls_x509_crl_init
FUNCS += functions/gnutls_x509_crl_init.short
+FUNCS += functions/gnutls_x509_crl_iter_crt_serial
+FUNCS += functions/gnutls_x509_crl_iter_crt_serial.short
+FUNCS += functions/gnutls_x509_crl_iter_deinit
+FUNCS += functions/gnutls_x509_crl_iter_deinit.short
FUNCS += functions/gnutls_x509_crl_list_import
FUNCS += functions/gnutls_x509_crl_list_import.short
FUNCS += functions/gnutls_x509_crl_list_import2
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 8fdac03821..3231e3f417 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -407,6 +407,8 @@ APIMANS += gnutls_openpgp_privkey_set_preferred_key_id.3
APIMANS += gnutls_openpgp_privkey_sign_hash.3
APIMANS += gnutls_openpgp_send_cert.3
APIMANS += gnutls_openpgp_set_recv_key_function.3
+APIMANS += gnutls_packet_deinit.3
+APIMANS += gnutls_packet_get.3
APIMANS += gnutls_pcert_deinit.3
APIMANS += gnutls_pcert_import_openpgp.3
APIMANS += gnutls_pcert_import_openpgp_raw.3
@@ -621,6 +623,7 @@ APIMANS += gnutls_record_get_discarded.3
APIMANS += gnutls_record_get_max_size.3
APIMANS += gnutls_record_overhead_size.3
APIMANS += gnutls_record_recv.3
+APIMANS += gnutls_record_recv_packet.3
APIMANS += gnutls_record_recv_seq.3
APIMANS += gnutls_record_send.3
APIMANS += gnutls_record_send_range.3
@@ -777,6 +780,8 @@ APIMANS += gnutls_x509_crl_get_this_update.3
APIMANS += gnutls_x509_crl_get_version.3
APIMANS += gnutls_x509_crl_import.3
APIMANS += gnutls_x509_crl_init.3
+APIMANS += gnutls_x509_crl_iter_crt_serial.3
+APIMANS += gnutls_x509_crl_iter_deinit.3
APIMANS += gnutls_x509_crl_list_import.3
APIMANS += gnutls_x509_crl_list_import2.3
APIMANS += gnutls_x509_crl_print.3