diff options
author | xengineering <me@xengineering.eu> | 2022-08-17 11:39:16 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-17 11:39:16 +0200 |
commit | d82f48718bc6c69d734d0306867b866efc2f9719 (patch) | |
tree | 6f0d3798018af0c41729810c55546b89450e16f3 /data.h | |
parent | 94cca91f9c0036a5ceb95ff4099d2cdc3d9265af (diff) | |
download | limox-d82f48718bc6c69d734d0306867b866efc2f9719.tar limox-d82f48718bc6c69d734d0306867b866efc2f9719.tar.zst limox-d82f48718bc6c69d734d0306867b866efc2f9719.zip |
Implement datastructure for roster
Diffstat (limited to 'data.h')
-rw-r--r-- | data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +void add_roster_item(const char* jid, const char* subscription, const char* name); |