diff options
| author | fukachan <fukachan> | 2005-06-03 05:42:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-06-03 05:42:42 +0000 |
| commit | 0fdc1320f46985fb9902c23ca87aca019cf871fb (patch) | |
| tree | 6b7fc6d481642ff5621bafd0f403f94608499cf7 /fml | |
| parent | 0f40b630ff87c200c3579956ff67613b24eecbaa (diff) | |
| download | fml8-0fdc1320f46985fb9902c23ca87aca019cf871fb.tar.gz fml8-0fdc1320f46985fb9902c23ca87aca019cf871fb.tar.bz2 fml8-0fdc1320f46985fb9902c23ca87aca019cf871fb.zip | |
regen: $fetchfml_*_hook added.
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/src/hooks.cf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fml/etc/src/hooks.cf b/fml/etc/src/hooks.cf index 9153aa5f..927ebf22 100644 --- a/fml/etc/src/hooks.cf +++ b/fml/etc/src/hooks.cf @@ -56,6 +56,14 @@ # $faker_run_start_hook = q{ 1;}; # $faker_verify_request_end_hook = q{ 1;}; # $faker_verify_request_start_hook = q{ 1;}; +# $fetchfml_finish_end_hook = q{ 1;}; +# $fetchfml_finish_start_hook = q{ 1;}; +# $fetchfml_prepare_end_hook = q{ 1;}; +# $fetchfml_prepare_start_hook = q{ 1;}; +# $fetchfml_run_end_hook = q{ 1;}; +# $fetchfml_run_start_hook = q{ 1;}; +# $fetchfml_verify_request_end_hook = q{ 1;}; +# $fetchfml_verify_request_start_hook = q{ 1;}; # $fmladdr_finish_end_hook = q{ 1;}; # $fmladdr_finish_start_hook = q{ 1;}; # $fmladdr_prepare_end_hook = q{ 1;}; |
