You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAPI_APIintsapi_register_input_filter(unsigned int (*input_filter)(intarg, constchar*var, char**val, size_tval_len, size_t*new_val_len), unsigned int (*input_filter_init)(void))
979
+
SAPI_APIzend_resultsapi_register_input_filter(unsigned int (*input_filter)(intarg, constchar*var, char**val, size_tval_len, size_t*new_val_len), unsigned int (*input_filter_init)(void))
981
980
{
982
981
if (SG(sapi_started) &&EG(current_execute_data)) {
983
982
returnFAILURE;
@@ -987,7 +986,7 @@ SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, co
SAPI_APIintsapi_register_input_filter(unsigned int (*input_filter)(intarg, constchar*var, char**val, size_tval_len, size_t*new_val_len), unsigned int (*input_filter_init)(void));
SAPI_APIzend_resultsapi_register_input_filter(unsigned int (*input_filter)(intarg, constchar*var, char**val, size_tval_len, size_t*new_val_len), unsigned int (*input_filter_init)(void));
0 commit comments