cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
url_encode.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2008- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef URL_DECODE_H
8
#define URL_ENCODE_H
9
25
void
url_encode
(
const
char
*source,
char
*target,
int
length);
26
36
void
url_decode
(
const
char
*source,
char
*target,
int
length);
37
38
#endif
Generated on Sun Jul 1 2012 01:28:38 for cctools by
1.8.1.1