Change account_page type
FossilOrigin-Name: fbda59794225258a8938a7e3e4c22bc9ccc1c32ee8fa04885c3d67830bfb8aa2
This commit is contained in:
parent
f51561f3a7
commit
3a1e65e7fe
1 changed files with 6 additions and 6 deletions
|
@ -25,12 +25,12 @@
|
|||
|
||||
#define FOLLOWS_YOU_HTML "<span class=\"acct-badge\">%s</span>"
|
||||
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue