aboutsummaryrefslogtreecommitdiff
path: root/src/repl-connection.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-20 14:07:17 +0200
committerThomas White <taw@physics.org>2021-06-20 14:07:17 +0200
commitd9bbee4fa984cb641e868b69331b4587f2281ddc (patch)
tree7be9556042a0720c8a721e258c3e40a7fe73acc6 /src/repl-connection.h
parent3b1227ccc5ed3ddb9f13199cefe05baf34156c22 (diff)
Fixture display: Get the fixture names from Starlet
Diffstat (limited to 'src/repl-connection.h')
-rw-r--r--src/repl-connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/repl-connection.h b/src/repl-connection.h
index 8245c38..f8b82f6 100644
--- a/src/repl-connection.h
+++ b/src/repl-connection.h
@@ -26,7 +26,9 @@
typedef struct _replconnection ReplConnection;
-extern ReplConnection *repl_connection_new(const char *socket);
+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);
#endif /* REPL_CONNECTION_H */