ESAPI-C 1.0
The OWASP Enterprise Security API for C

canonicalize.h

Go to the documentation of this file.
00001 
00008 #include <stdlib.h>
00009 #include <stdbool.h>
00010 #include "codec.h"
00011 
00012 #ifndef _CANONICALIZE_H
00013 #define _CANONICALIZE_H
00014 
00020 extern char *esapi_canonicalize(const char *, codec *, int, bool);
00021 
00022 #endif
 All Data Structures Files Functions Variables Typedefs Defines