diff options
| author | Ben Fuhrmannek | 2014-11-24 12:53:05 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-24 12:53:05 +0100 |
| commit | 630f04fe2f9e9577c98d9bb8cc06e589d03a969b (patch) | |
| tree | c3e6087583f74446f030336e493c0b7715501ad5 /suhosin_rfc1867.h | |
| parent | 3ccf184e795000b59d724f0a872b00df1612153c (diff) | |
removed unused declaration
Diffstat (limited to 'suhosin_rfc1867.h')
| -rw-r--r-- | suhosin_rfc1867.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/suhosin_rfc1867.h b/suhosin_rfc1867.h index 192089c..dcc4a16 100644 --- a/suhosin_rfc1867.h +++ b/suhosin_rfc1867.h | |||
| @@ -79,7 +79,6 @@ typedef struct _multipart_event_end { | |||
| 79 | SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler); | 79 | SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler); |
| 80 | 80 | ||
| 81 | // void destroy_uploaded_files_hash(TSRMLS_D); | 81 | // void destroy_uploaded_files_hash(TSRMLS_D); |
| 82 | extern PHP_SUHOSIN_API int (*old_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC); | ||
| 83 | #if !HAVE_RFC1867_CALLBACK | 82 | #if !HAVE_RFC1867_CALLBACK |
| 84 | extern PHP_SUHOSIN_API int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC); | 83 | extern PHP_SUHOSIN_API int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC); |
| 85 | #else | 84 | #else |
