chiark / gitweb /
Merge branches 'inn.merged' and 'inn.adhoc' of /home/ian/public-git/inn-innduct
[inn-innduct.git] / samples / startup.tcl
1 ##  $Id: startup.tcl 4353 2001-01-15 13:32:40Z rra $
2 ##
3 ##  Tcl filter initialization code
4 ##
5 ##  If you compile with Tcl support enabled, this file (even if empty) must
6 ##  exist as pathfilter/_PATH_TCL_STARTUP (as defined in paths.h).  This
7 ##  sample file defines the two functions that are called before and after
8 ##  reloading the filter code, but defines them as empty procs that do
9 ##  nothing.
10
11 proc filter_before_reload {} {
12 }
13
14 proc filter_after_reload {} {
15 }