diff options
author | nirav <nirav@teisuu.com> | 2019-03-10 13:30:19 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2019-03-10 13:30:19 +0530 |
commit | 7e8ea36eb8106b4847af13a27a3e8f3177d25809 (patch) | |
tree | 084b59cf020d82985cdcb09bad18721cd5ecdf7e /src/timeline.h | |
parent | bd7b0be8978cfd30ac72cf36021153b2a7d68051 (diff) | |
download | ap_client-7e8ea36eb8106b4847af13a27a3e8f3177d25809.tar.gz ap_client-7e8ea36eb8106b4847af13a27a3e8f3177d25809.zip |
Refactor main.c and auth.c
Diffstat (limited to 'src/timeline.h')
-rw-r--r-- | src/timeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline.h b/src/timeline.h index f21b3b6..f31f618 100644 --- a/src/timeline.h +++ b/src/timeline.h @@ -10,5 +10,7 @@ struct timeline { struct timeline *timeline_from_json(char *); void timeline_free(struct timeline *); +int lod_timeline(const char *max_id, const char *since_id, const char *min_id, + int limit); #endif |