aboutsummaryrefslogtreecommitdiff
path: root/src/repl-connection.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-28 18:10:55 +0200
committerThomas White <taw@physics.org>2021-06-28 18:10:55 +0200
commit0ed5cee753d2644271e57e530d1bc2d9e065e00c (patch)
tree8bebdff8956ebbb8dca11365e1f0b98ba43a5128 /src/repl-connection.h
parent2e09f09966a15aa838af9ae96daef702cac09569 (diff)
Fixture display: Add --verbose
Diffstat (limited to 'src/repl-connection.h')
-rw-r--r--src/repl-connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/repl-connection.h b/src/repl-connection.h
index 69f3f0b..433d3b2 100644
--- a/src/repl-connection.h
+++ b/src/repl-connection.h
@@ -28,7 +28,8 @@ typedef struct _replconnection ReplConnection;
extern ReplConnection *repl_connection_new(const char *socket,
void (*process_func)(SCM sexp, void *data),
- void *data);
+ void *data,
+ int verbose);
extern int repl_send(ReplConnection *repl, const char *line);
extern void repl_connection_close(ReplConnection *repl);
extern int repl_closed(ReplConnection *repl);