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 

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to