From bcfab50296f1fc565b20c4f772a8d576ad77f102 Mon Sep 17 00:00:00 2001 From: lathama Date: Fri, 14 Jan 2011 20:05:08 +0000 Subject: Add relationships to function documentation. Fix amatuer type mistake git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@301849 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_aes.c | 12 ++++++------ funcs/func_base64.c | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'funcs') diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 15681442f..64597a9b4 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -54,9 +54,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 @@ -75,9 +75,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 bebbe8959..274e291ce 100644 --- a/funcs/func_base64.c +++ b/funcs/func_base64.c @@ -45,9 +45,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the base64 string. - BASE64_DECODE - AES_DECRYPT - AES_ENCRYPT + BASE64_DECODE + AES_DECRYPT + AES_ENCRYPT @@ -63,9 +63,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns the plain text string. - BASE64_ENCODE - AES_DECRYPT - AES_ENCRYPT + BASE64_ENCODE + AES_DECRYPT + AES_ENCRYPT ***/ -- cgit v1.2.3