summaryrefslogtreecommitdiff
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
parent2feb9c5656e8ac56b21dbe9f1b226a19e77d3926 (diff)
downloadgnutls-2b23e55c3cc8c5f891c783fbc233ba1e900983ec.tar.gz
added new symbols
-rw-r--r--doc/Makefile.am10
-rw-r--r--doc/manpages/Makefile.am5
-rw-r--r--symbols.last5
3 files changed, 20 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
diff --git a/symbols.last b/symbols.last
index feb47d59fc..c77f786bfb 100644
--- a/symbols.last
+++ b/symbols.last
@@ -354,6 +354,8 @@ gnutls_openpgp_privkey_set_preferred_key_id@GNUTLS_1_4
gnutls_openpgp_privkey_sign_hash@GNUTLS_1_4
gnutls_openpgp_send_cert@GNUTLS_1_4
gnutls_openpgp_set_recv_key_function@GNUTLS_1_4
+gnutls_packet_deinit@GNUTLS_3_1_0
+gnutls_packet_get@GNUTLS_3_1_0
gnutls_pcert_deinit@GNUTLS_3_0_0
gnutls_pcert_import_openpgp@GNUTLS_3_0_0
gnutls_pcert_import_openpgp_raw@GNUTLS_3_0_0
@@ -573,6 +575,7 @@ gnutls_record_get_discarded@GNUTLS_3_0_0
gnutls_record_get_max_size@GNUTLS_1_4
gnutls_record_overhead_size@GNUTLS_3_1_0
gnutls_record_recv@GNUTLS_1_4
+gnutls_record_recv_packet@GNUTLS_3_1_0
gnutls_record_recv_seq@GNUTLS_3_0_0
gnutls_record_send@GNUTLS_1_4
gnutls_record_send_range@GNUTLS_3_1_0
@@ -740,6 +743,8 @@ gnutls_x509_crl_get_this_update@GNUTLS_1_4
gnutls_x509_crl_get_version@GNUTLS_1_4
gnutls_x509_crl_import@GNUTLS_1_4
gnutls_x509_crl_init@GNUTLS_1_4
+gnutls_x509_crl_iter_crt_serial@GNUTLS_3_1_0
+gnutls_x509_crl_iter_deinit@GNUTLS_3_1_0
gnutls_x509_crl_list_import2@GNUTLS_3_0_0
gnutls_x509_crl_list_import@GNUTLS_3_0_0
gnutls_x509_crl_print@GNUTLS_1_4