From 3a1e65e7fe6229c56cc35d99dc411d9c549937cb Mon Sep 17 00:00:00 2001 From: nekobit Date: Mon, 14 Nov 2022 18:54:00 +0000 Subject: [PATCH] Change account_page type FossilOrigin-Name: fbda59794225258a8938a7e3e4c22bc9ccc1c32ee8fa04885c3d67830bfb8aa2 --- src/account.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {