diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-05-11 08:45:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 08:45:46 +0200 |
commit | ea35a4ceb03a975b4c1dabc5eb71510162dbe25f (patch) | |
tree | 15c2735f04b414a1a8426499302f90fb9408a6f3 /tests/unittests | |
parent | 7f3fca2bd081a729d425184f7a0484025862257e (diff) | |
parent | 209a8f4bf5b2db2ca54f727d29e625228bccd170 (diff) | |
download | profani-tty-ea35a4ceb03a975b4c1dabc5eb71510162dbe25f.tar.gz |
Merge branch 'master' into cleanup/gchar-char
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index a7dc9ebf..ffa7565d 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -54,6 +54,10 @@ void session_process_events(void) { } +void +connection_disconnect(void) +{ +} const char* connection_get_fulljid(void) { |