diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-12-18 15:44:59 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-12-18 15:44:59 +0100 |
commit | 9ac72980d192b716cfb549e0501b70a152811e62 (patch) | |
tree | 49220b08e6dc2c717ee17a90d77249cc36fb646d /tests | |
parent | 53b92561cb1a815ca2f3622ad7ec4e27cf2c069d (diff) | |
download | profani-tty-9ac72980d192b716cfb549e0501b70a152811e62.tar.gz |
xep-0084: add test stub file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/xmpp/stub_avatar.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unittests/xmpp/stub_avatar.c b/tests/unittests/xmpp/stub_avatar.c new file mode 100644 index 00000000..64b8a95f --- /dev/null +++ b/tests/unittests/xmpp/stub_avatar.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include <glib.h> +#include <stdlib.h> + +void avatar_pep_subscribe(void) {}; +gboolean avatar_get_by_nick(const char* nick) {return TRUE;} + |