aboutsummaryrefslogtreecommitdiff
path: root/src/cfpeek.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfpeek.h')
-rw-r--r--src/cfpeek.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cfpeek.h b/src/cfpeek.h
index c5694cf..7c7d610 100644
--- a/src/cfpeek.h
+++ b/src/cfpeek.h
@@ -35,13 +35,16 @@ extern char *program_name;
extern char *script_file;
extern char *script_expr;
extern char *script_init_expr;
+extern char *script_done_expr;
void script_select(const char *lang);
void script_init(void);
int script_run(struct grecs_node *node);
+void script_done(void);
void guile_init(void);
void guile_apply(struct grecs_node *node);
+void guile_done(void);

Return to:

Send suggestions and report system problems to the System administrator.