diff options
Diffstat (limited to 'stabbertests/test_connect.h')
-rw-r--r-- | stabbertests/test_connect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stabbertests/test_connect.h b/stabbertests/test_connect.h index 999d9d08..968740c2 100644 --- a/stabbertests/test_connect.h +++ b/stabbertests/test_connect.h @@ -1,2 +1,4 @@ void connect_jid(void **state); void connect_bad_password(void **state); +void sends_rooms_iq(void **state); + |