about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 01:06:52 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 01:06:52 +0000
commitab7bd6fe5f9c0a0abdc82426ab2eaaeb9416da28 (patch)
treea9421e1a827822a574ebe0bf03eca3b916e86bc6 /tests/ui/stub_ui.h
parent9bd2315d83d042156a5aa28227071756c46291b9 (diff)
downloadprofani-tty-ab7bd6fe5f9c0a0abdc82426ab2eaaeb9416da28.tar.gz
Added test to ensure chat sessions cleared on cmd_disconnect
Diffstat (limited to 'tests/ui/stub_ui.h')
-rw-r--r--tests/ui/stub_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.h b/tests/ui/stub_ui.h
index f64eba02..3e6e435f 100644
--- a/tests/ui/stub_ui.h
+++ b/tests/ui/stub_ui.h
@@ -1,4 +1,5 @@
 void expect_cons_show(char *expected);
+void expect_any_cons_show(void);
 void expect_cons_show_error(char *expected);
 void expect_ui_current_print_line(char *message);
 void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
\ No newline at end of file
135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207