diff options
author | default <nobody@localhost> | 2023-01-11 20:47:36 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-11 20:47:36 +0100 |
commit | 40b3f739d24a7ab87cfc35818638eca061b9d19c (patch) | |
tree | 2c33e01bf02f13f67d8837474773224dd8142b73 /snac.h | |
parent | 75f8554e38dde34fca8981ad07c610980fb07321 (diff) |
Deleted unused argument in timeline_admire().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ int timeline_del(snac *snac, char *id); d_char *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show); d_char *timeline_list(snac *snac, const char *idx_name, int skip, int show); int timeline_add(snac *snac, char *id, char *o_msg); -void timeline_admire(snac *snac, char *o_msg, char *id, char *admirer, int like); +void timeline_admire(snac *snac, char *id, char *admirer, int like); d_char *timeline_top_level(d_char *list); |