summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-05-04 09:19:26 +0200
committerdefault <nobody@localhost>2023-05-04 09:19:26 +0200
commit511f5062b7df26c47409c88649f24d68bbd43ccb (patch)
tree33fbd86a7706dcbe5ca0e9e21a0edba8d4092b2e /snac.h
parentcd19efcae29d64171e9f2eb852799cc0fe5642ea (diff)
Deleted real unused parameters.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index a162618..54c8e51 100644
--- a/snac.h
+++ b/snac.h
@@ -128,7 +128,7 @@ int is_muted(snac *snac, const char *actor);
void hide(snac *snac, const char *id);
int is_hidden(snac *snac, const char *id);
-int actor_add(snac *snac, const char *actor, xs_dict *msg);
+int actor_add(const char *actor, xs_dict *msg);
int actor_get(snac *snac, const char *actor, xs_dict **data);
int static_get(snac *snac, const char *id, d_char **data, int *size);