ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
00001 00016 #include <stdlib.h> 00017 #include "utlist.h" 00018 #include "codec.h" 00019 00020 #ifndef _VALIDATE_H 00021 #define _VALIDATE_H 00022 00033 extern int is_valid(char *, char *, int); 00034 00042 extern char *strip_chars(char *, char *); 00043 00044 #endif