summaryrefslogtreecommitdiff
path: root/src/status.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-17 10:17:15 +0530
committerDandelion <nirav@teisuu.com>2019-03-17 10:17:15 +0530
commitc608bcc3dfab2abe7b66c10f8556086b2d45b3a3 (patch)
treefe37f7b17ffdafdea96d13782b02c3855154a978 /src/status.h
parent72cedecbbfa6b17b444edf5943dce2ecc307a340 (diff)
downloadap_client-c608bcc3dfab2abe7b66c10f8556086b2d45b3a3.tar.gz
ap_client-c608bcc3dfab2abe7b66c10f8556086b2d45b3a3.zip
Fix load_timeline
Diffstat (limited to 'src/status.h')
-rw-r--r--src/status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status.h b/src/status.h
index ede3540..a065f50 100644
--- a/src/status.h
+++ b/src/status.h
@@ -24,8 +24,8 @@ struct status {
bool sensitive;
};
-struct status *status_from_json(char *);
-struct status *status_from_json_t(json_t *);
+struct status *status_from_json(const char *);
+struct status *status_from_json_t(const json_t *);
void status_free(struct status *);
#endif