summaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-08-17 11:39:16 +0200
committerxengineering <me@xengineering.eu>2022-08-17 11:39:16 +0200
commitd82f48718bc6c69d734d0306867b866efc2f9719 (patch)
tree6f0d3798018af0c41729810c55546b89450e16f3 /data.h
parent94cca91f9c0036a5ceb95ff4099d2cdc3d9265af (diff)
downloadlimox-d82f48718bc6c69d734d0306867b866efc2f9719.tar
limox-d82f48718bc6c69d734d0306867b866efc2f9719.tar.zst
limox-d82f48718bc6c69d734d0306867b866efc2f9719.zip
Implement datastructure for roster
Diffstat (limited to 'data.h')
-rw-r--r--data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.h b/data.h
new file mode 100644
index 0000000..7536227
--- /dev/null
+++ b/data.h
@@ -0,0 +1 @@
+void add_roster_item(const char* jid, const char* subscription, const char* name);