From: Andrew Latham Date: Fri, 14 Jan 2011 19:30:10 +0000 (+0000) Subject: Add relationships to function documentation. X-Git-Tag: 1.6.2.17-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c5b3d9d4228dc5bc8803d8c0507830cf6741dc;p=thirdparty%2Fasterisk.git Add relationships to function documentation. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@301842 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 87319fa77f..e1a2d326e7 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -50,6 +50,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns an AES encrypted string encoded in base64. + + AES_DECRYPT + BASE64_ENCODE + BASE64_DECODE + @@ -66,6 +71,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. + + AES_ENCRYPT + BASE64_ENCODE + BASE64_DECODE + ***/ diff --git a/funcs/func_base64.c b/funcs/func_base64.c index 6f1fc19ea2..9b71f905cd 100644 --- a/funcs/func_base64.c +++ b/funcs/func_base64.c @@ -43,6 +43,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the base64 string. + + BASE64_DECODE + AES_DECRYPT + AES_ENCRYPT + @@ -56,6 +61,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. + + BASE64_ENCODE + AES_DECRYPT + AES_ENCRYPT + ***/