diff options
Diffstat (limited to 'src/sp_config_scanner.h')
| -rw-r--r-- | src/sp_config_scanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config_scanner.h b/src/sp_config_scanner.h index 560ea6e..dda3dc2 100644 --- a/src/sp_config_scanner.h +++ b/src/sp_config_scanner.h | |||
| @@ -15,7 +15,7 @@ typedef struct { | |||
| 15 | const char *arg; // optional argument / can be not null terminated | 15 | const char *arg; // optional argument / can be not null terminated |
| 16 | size_t arglen; | 16 | size_t arglen; |
| 17 | sp_argtype argtype; | 17 | sp_argtype argtype; |
| 18 | long lineno; | 18 | size_t lineno; |
| 19 | } sp_parsed_keyword; | 19 | } sp_parsed_keyword; |
| 20 | 20 | ||
| 21 | zend_result sp_config_scan(const char *data, zend_result (*process_rule)(sp_parsed_keyword*)); | 21 | zend_result sp_config_scan(const char *data, zend_result (*process_rule)(sp_parsed_keyword*)); |
