aboutsummaryrefslogtreecommitdiff
path: root/src/repl-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl-connection.h')
-rw-r--r--src/repl-connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repl-connection.h b/src/repl-connection.h
index f8b82f6..69f3f0b 100644
--- a/src/repl-connection.h
+++ b/src/repl-connection.h
@@ -30,5 +30,7 @@ extern ReplConnection *repl_connection_new(const char *socket,
void (*process_func)(SCM sexp, void *data),
void *data);
extern int repl_send(ReplConnection *repl, const char *line);
+extern void repl_connection_close(ReplConnection *repl);
+extern int repl_closed(ReplConnection *repl);
#endif /* REPL_CONNECTION_H */