Commit f04a08e8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Change prototypes for .ttl and .grace VRT functions to be consistent

parent a21746d2
...@@ -314,7 +314,7 @@ sp_variables = ( ...@@ -314,7 +314,7 @@ sp_variables = (
'DURATION', 'DURATION',
( 'fetch',), ( 'fetch',),
( 'fetch',), ( 'fetch',),
'const struct sess *' 'struct sess *'
), ),
('beresp.grace', ('beresp.grace',
'DURATION', 'DURATION',
...@@ -380,7 +380,7 @@ sp_variables = ( ...@@ -380,7 +380,7 @@ sp_variables = (
'DURATION', 'DURATION',
( 'hit', 'error',), ( 'hit', 'error',),
( 'hit', 'error',), ( 'hit', 'error',),
'const struct sess *' 'struct sess *'
), ),
('obj.grace', ('obj.grace',
'DURATION', 'DURATION',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment