about summary refs log tree commit diff stats
path: root/tests/functionaltests/proftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functionaltests/proftest.h')
-rw-r--r--tests/functionaltests/proftest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functionaltests/proftest.h b/tests/functionaltests/proftest.h
index 547b2c11..5d06c74c 100644
--- a/tests/functionaltests/proftest.h
+++ b/tests/functionaltests/proftest.h
@@ -15,4 +15,7 @@ void prof_input(char *input);
 int prof_output_exact(char *text);
 int prof_output_regex(char *text);
 
+void prof_timeout(int timeout);
+void prof_timeout_reset(void);
+
 #endif