summaryrefslogtreecommitdiff
path: root/funcs/func_base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_base64.c')
-rw-r--r--funcs/func_base64.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/funcs/func_base64.c b/funcs/func_base64.c
index 34c6ec6ae..bebbe8959 100644
--- a/funcs/func_base64.c
+++ b/funcs/func_base64.c
@@ -44,6 +44,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns the base64 string.</para>
</description>
+ <see-also>
+ <ref type="application">BASE64_DECODE</ref>
+ <ref type="application">AES_DECRYPT</ref>
+ <ref type="application">AES_ENCRYPT</ref>
+ </see-also>
</function>
<function name="BASE64_DECODE" language="en_US">
<synopsis>
@@ -57,6 +62,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns the plain text string.</para>
</description>
+ <see-also>
+ <ref type="application">BASE64_ENCODE</ref>
+ <ref type="application">AES_DECRYPT</ref>
+ <ref type="application">AES_ENCRYPT</ref>
+ </see-also>
</function>
***/