summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-31 17:22:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-31 17:22:52 +0100
commit819ada91a5addc89a24717a7a4f53e7b34c1aa47 (patch)
treecf508227774cc4d4661452085842f64d68768126 /doc
parent250e61a8cb03715662e5d1f554446c782441f009 (diff)
downloadgnutls-819ada91a5addc89a24717a7a4f53e7b34c1aa47.tar.gz
released 3.2.10gnutls_3_2_10
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/manpages/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b3f583ccf8..e814ea412a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -823,6 +823,8 @@ FUNCS += functions/gnutls_db_check_entry
FUNCS += functions/gnutls_db_check_entry.short
FUNCS += functions/gnutls_db_check_entry_time
FUNCS += functions/gnutls_db_check_entry_time.short
+FUNCS += functions/gnutls_db_get_default_cache_expiration
+FUNCS += functions/gnutls_db_get_default_cache_expiration.short
FUNCS += functions/gnutls_db_get_ptr
FUNCS += functions/gnutls_db_get_ptr.short
FUNCS += functions/gnutls_db_remove_session
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 0a94aba7f6..32b29422b6 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -198,6 +198,7 @@ APIMANS += gnutls_credentials_clear.3
APIMANS += gnutls_credentials_set.3
APIMANS += gnutls_db_check_entry.3
APIMANS += gnutls_db_check_entry_time.3
+APIMANS += gnutls_db_get_default_cache_expiration.3
APIMANS += gnutls_db_get_ptr.3
APIMANS += gnutls_db_remove_session.3
APIMANS += gnutls_db_set_cache_expiration.3