b64_encode.h

00001 /*
00002 Copyright (C) 2008- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef URL_DECODE_H
00008 #define URL_ENCODE_H
00009 
00010 
00011 int b64_encode(const char *input, int len, char *output, int buf_len);
00012 
00013 
00014 #endif

Generated on Sun Aug 14 23:01:35 2011 for cctools by  doxygen 1.6.1