aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/vsock/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/vsock/control.h')
-rw-r--r--tools/testing/vsock/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/vsock/control.h b/tools/testing/vsock/control.h
index dac3964a891d..51814b4f9ac1 100644
--- a/tools/testing/vsock/control.h
+++ b/tools/testing/vsock/control.h
@@ -10,5 +10,6 @@ void control_cleanup(void);
void control_writeln(const char *str);
char *control_readln(void);
void control_expectln(const char *str);
+bool control_cmpln(char *line, const char *str, bool fail);
#endif /* CONTROL_H */