summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index af227ba..407c9bd 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -297,7 +297,7 @@ SP_PARSEKW_FN(parse_str);
297SP_PARSEKW_FN(parse_regexp); 297SP_PARSEKW_FN(parse_regexp);
298SP_PARSEKW_FN(parse_empty); 298SP_PARSEKW_FN(parse_empty);
299SP_PARSEKW_FN(parse_int); 299SP_PARSEKW_FN(parse_int);
300SP_PARSEKW_FN(parse_ulong); 300SP_PARSEKW_FN(parse_uint);
301SP_PARSEKW_FN(parse_php_type); 301SP_PARSEKW_FN(parse_php_type);
302SP_PARSEKW_FN(parse_cidr); 302SP_PARSEKW_FN(parse_cidr);
303SP_PARSEKW_FN(parse_list); 303SP_PARSEKW_FN(parse_list);