diff --git a/src/account.c b/src/account.c index 670e72f..6b98099 100644 --- a/src/account.c +++ b/src/account.c @@ -25,12 +25,12 @@ #define FOLLOWS_YOU_HTML "%s" -typedef char* (*account_page_cb)(HV* ssn_hv, - struct session* ssn, - mastodont_t* api, - struct mstdnt_account* acct, - struct mstdnt_relationship* rel, - void* args); +typedef void (*account_page_cb)(HV* ssn_hv, + struct session* ssn, + mastodont_t* api, + struct mstdnt_account* acct, + struct mstdnt_relationship* rel, + void* args); struct account_args {