summaryrefslogtreecommitdiff
path: root/funcs/func_db.c
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2008-11-05 12:13:57 +0000
committerEliel C. Sardanons <eliels@gmail.com>2008-11-05 12:13:57 +0000
commitd23dff9ca85e820cb8b4e0d7d51616af20a17afe (patch)
tree370e13f21a5cec57db695cc35ec7ce15ca42d190 /funcs/func_db.c
parent1402c2528466bff44c15c4f760baa83a2f091cdb (diff)
- Add some see-also references based on TFOT.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_db.c')
-rw-r--r--funcs/func_db.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/funcs/func_db.c b/funcs/func_db.c
index 9c8e0bdf9..5fa753f6d 100644
--- a/funcs/func_db.c
+++ b/funcs/func_db.c
@@ -56,6 +56,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
DB_RESULT. If you wish to find out if an entry exists, use the DB_EXISTS
function.</para>
</description>
+ <see-also>
+ <ref type="application">DBdel</ref>
+ <ref type="function">DB_DELETE</ref>
+ <ref type="application">DBdeltree</ref>
+ <ref type="function">DB_EXISTS</ref>
+ </see-also>
</function>
<function name="DB_EXISTS" language="en_US">
<synopsis>
@@ -71,6 +77,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
it will return <literal>0</literal>. Checking for existence of a database key will
also set the variable DB_RESULT to the key's value if it exists.</para>
</description>
+ <see-also>
+ <ref type="function">DB</ref>
+ </see-also>
</function>
<function name="DB_DELETE" language="en_US">
<synopsis>
@@ -85,6 +94,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
and then remove that key from the database. <variable>DB_RESULT</variable>
will be set to the key's value if it exists.</para>
</description>
+ <see-also>
+ <ref type="application">DBdel</ref>
+ <ref type="function">DB</ref>
+ <ref type="application">DBdeltree</ref>
+ </see-also>
</function>
***/