about summary refs log tree commit diff stats
path: root/functionaltests/proftest.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-28 20:02:16 +0100
committerJames Booth <boothj5@gmail.com>2015-05-28 20:02:16 +0100
commitf17afcf5d421ee987cd2f4fe45cf7d3ad25a6eb9 (patch)
tree461100bcbb65f0d937ed154007544c16e1d3083f /functionaltests/proftest.h
parentd4784db7e1cb4d6bb85cbd8a0caddafb7a7afdec (diff)
downloadprofani-tty-f17afcf5d421ee987cd2f4fe45cf7d3ad25a6eb9.tar.gz
Split functional tests
Diffstat (limited to 'functionaltests/proftest.h')
-rw-r--r--functionaltests/proftest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/functionaltests/proftest.h b/functionaltests/proftest.h
index 22a7745f..68574af6 100644
--- a/functionaltests/proftest.h
+++ b/functionaltests/proftest.h
@@ -7,7 +7,9 @@
 void init_prof_test(void **state);
 void close_prof_test(void **state);
 
+
 void prof_start(void);
+void prof_connect(char *jid, char *password);
 void prof_input(char *input);
 int prof_output(char *text);