summaryrefslogtreecommitdiff
path: root/exp_closetcl.c
blob: 911e0402e1a5f1ab17a84e9de4b051477b9e7b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if OBSOLETE
/* exp_closetcl.c - close tcl files */

/* isolated in it's own file since it has hooks into Tcl and exp_clib user */
/* might like to avoid dragging it in */

#include "expect_cf.h"

void (*exp_close_in_child)() = 0;

void
exp_close_tcl_files() {
    /* I don't believe this function is used any longer, at least in
       the Expect program.*/
}
#endif /* OBSOLETE */