summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
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 689dd54..224dec2 100644
--- a/snac.h
+++ b/snac.h
@@ -115,7 +115,7 @@ d_char *local_list(snac *snac, int max);
int following_add(snac *snac, const char *actor, const xs_dict *msg);
int following_del(snac *snac, char *actor);
int following_check(snac *snac, const char *actor);
-int following_get(snac *snac, char *actor, d_char **data);
+int following_get(snac *snac, const char *actor, d_char **data);
d_char *following_list(snac *snac);
void mute(snac *snac, const char *actor);