From: Andrew Latham Date: Fri, 14 Jan 2011 20:03:40 +0000 (+0000) Subject: Add relationships to function documentation. X-Git-Tag: 1.6.2.17-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a9e2c20a2545baafac98090be9ffde3145d7ee;p=thirdparty%2Fasterisk.git Add relationships to function documentation. Fix amatuer type mistake git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@301848 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_aes.c b/funcs/func_aes.c index e1a2d326e7..b274013263 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -51,9 +51,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns an AES encrypted string encoded in base64. - AES_DECRYPT - BASE64_ENCODE - BASE64_DECODE + AES_DECRYPT + BASE64_ENCODE + BASE64_DECODE @@ -72,9 +72,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. - AES_ENCRYPT - BASE64_ENCODE - BASE64_DECODE + AES_ENCRYPT + BASE64_ENCODE + BASE64_DECODE ***/ diff --git a/funcs/func_base64.c b/funcs/func_base64.c index 9b71f905cd..18686a7013 100644 --- a/funcs/func_base64.c +++ b/funcs/func_base64.c @@ -44,9 +44,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the base64 string. - BASE64_DECODE - AES_DECRYPT - AES_ENCRYPT + BASE64_DECODE + AES_DECRYPT + AES_ENCRYPT @@ -62,9 +62,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. - BASE64_ENCODE - AES_DECRYPT - AES_ENCRYPT + BASE64_ENCODE + AES_DECRYPT + AES_ENCRYPT ***/