summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 48f001200c..e9e17589a8 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -158,6 +158,9 @@ struct _sapi_module_struct {
void (*register_server_variables)(zval *track_vars_array ELS_DC SLS_DC PLS_DC);
void (*log_message)(char *message);
+ void (*block_interruptions)(void);
+ void (*unblock_interruptions)(void);
+
void (*default_post_reader)(char *content_type_dup SLS_DC);
};