ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
00001 00021 #include <stdio.h> 00022 #include <stdbool.h> 00023 00024 #ifndef _EXECUTOR_H_ 00025 #define _EXECUTOR_H_ 00026 00027 #include "codec.h" 00028 00040 extern char *esapi_execute(char *executable, char **params, int paramcount, 00041 char *workdir, codec *c, bool logParams); 00042 00043 #endif /* _EXECUTOR_H_ */