diff options
| author | jvoisin | 2020-11-06 16:51:41 +0100 |
|---|---|---|
| committer | jvoisin | 2020-11-06 16:51:41 +0100 |
| commit | 69459369754b07d3fa4379c2b60a5f8ba9fcd45d (patch) | |
| tree | d524bbf116122533bb0f8b30ec442b9849f32b1c /src/sp_sloppy.h | |
| parent | 8470b432b50cc37d4b4782930476aa0acf137080 (diff) | |
Use proper prototype declaration
Diffstat (limited to 'src/sp_sloppy.h')
| -rw-r--r-- | src/sp_sloppy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_sloppy.h b/src/sp_sloppy.h index c01b77c..cd9f304 100644 --- a/src/sp_sloppy.h +++ b/src/sp_sloppy.h | |||
| @@ -3,6 +3,6 @@ | |||
| 3 | #include "php_snuffleupagus.h" | 3 | #include "php_snuffleupagus.h" |
| 4 | #include "zend_vm.h" | 4 | #include "zend_vm.h" |
| 5 | 5 | ||
| 6 | void hook_sloppy(); | 6 | void hook_sloppy(void); |
| 7 | 7 | ||
| 8 | #endif | 8 | #endif |
