[Asterisk-cvs] asterisk/include/asterisk utils.h,1.44,1.45
markster
markster
Sat Oct 15 23:16:22 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7400/include/asterisk
Modified Files:
utils.h
Log Message:
More utility cleanups
Index: utils.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/utils.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- utils.h 23 Sep 2005 02:57:14 -0000 1.44
+++ utils.h 16 Oct 2005 03:10:33 -0000 1.45
@@ -142,8 +142,8 @@
\brief Produces MD5 hash based on input string */
extern void ast_md5_hash(char *output, char *input);
-extern int ast_base64encode(char *dst, unsigned char *src, int srclen, int max);
-extern int ast_base64decode(unsigned char *dst, char *src, int max);
+extern int ast_base64encode(char *dst, const unsigned char *src, int srclen, int max);
+extern int ast_base64decode(unsigned char *dst, const char *src, int max);
/*! ast_uri_encode
\brief Turn text string to URI-encoded %XX version
More information about the svn-commits
mailing list