From cc727e972f7fdc871ee1f42cf014151b67422bf0 Mon Sep 17 00:00:00 2001 From: nirav Date: Tue, 26 Mar 2019 07:54:56 +0530 Subject: Update login flow and timeline window --- src/account.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index 049c829..547f276 100644 --- a/src/account.h +++ b/src/account.h @@ -22,6 +22,8 @@ struct account { bool bot; }; -struct account *account_from_json(char *json_data); +struct account *account_from_json(const char *json_data); +struct account *account_from_json_t(const json_t *); +void account_free(struct account *); #endif -- cgit v1.2.3